PHP Classes

What is the best PHP responsive forms generator class?: Responsive forms with all kind of elements (date, text, etc.)

Recommend this page to a friend!
  All requests RSS feed  >  What is the best PHP responsive forms...  >  Request new recommendation  >  A request is featured when there is no good recommended package on the site when it is posted. Featured requests  >  No recommendations No recommendations  

What is the best PHP responsive forms generator class?

Edit

Picture of Jorge Conde by Jorge Conde - 7 years ago (2016-10-22)

Responsive forms with all kind of elements (date, text, etc.)

This request is clear and relevant.
This request is not clear or is not relevant.

+4

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?

Ask clarification

1 Recommendation

PHP Forms Class with HTML Generator and JavaScript Validation: HTML forms generation and validation.

This recommendation solves the problem.
This recommendation does not solve the problem.

+2

Picture of Manuel Lemos by Manuel Lemos package author package author Reputation 23325 - 7 years 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
: 
: