Recommend this page to a friend! |
All requests | > | What is the best PHP responsive forms... | > | Request new recommendation | > | Featured requests | > | No recommendations |
by Jorge Conde - 2 days ago (2016-10-22)
+2 | I'm trying to use Bootstrap with PHPForms but doesn´t work. I need to easily create reponsive forms to enter many fields. I´m trying to use PHPForms together with Bootstrap framework but it does not work as I want. Is there anything that migth help me? |
+1 | by Manuel Lemos 15710 - 8 hours ago (2016-10-24) Comment What makes forms responsive is the CSS styling that you apply to elements. Depending on how you want to do it, it is usually better to create cut widths and define media queries in your CSS stylesheet to redefine sizes of inputs and other form elements to have flexible sizes instead of the default that is fixed sizes. For instance this form in this page was made responsive using specific classes to make the form inputs widths 100% of the available space when the page width becomes smaller than a given value. The form was used with the package above, so all is needed is a template with the correct CSS classes, as well inputs set to given CSS class with width that is flexible using media queries. |
Recommend package | |
|