php-bootstrap-form icon indicating copy to clipboard operation
php-bootstrap-form copied to clipboard

Continuation of php-form-builder-class (PFBC) development as a fork. Docs (http://smarttechdo.com/~avb/pfbc/)

Results 11 php-bootstrap-form issues
Sort by recently updated
recently updated
newest added

As seen in the image below, BS4 does not seem to like `` tag with the inline layout. Is that tag important for the code generated by this library? ![image](https://user-images.githubusercontent.com/399047/43290055-aee48684-90e1-11e8-8f9c-082c7d6b9b51.png)

Version 1 is down see [g.co/recaptcha/upgrade](g.co/recaptcha/upgrade)

Do not work on php 7 Lot of error like this. `Notice: Array to string conversion in /home/username/public_html/website.com/scripts/php-form-builder-php5/PFBC/Base.php on line 30` May be this. https://stackoverflow.com/questions/35906624/php-notice-array-to-string-conversion-only-on-php-7

Hello, When I do : `Form::Textbox("Titre de l’événement, intitulé du spectacle :", "titre_evenement", array( "required" => 1, "validation" => new Validation_Required("L'élément %element% ne doit pas être vide ....") ) );`...

poderia ter a opçao de ter grupos no select

Hello and thank you for your work. Is it possible to save the whole form in a Variable so i can send the output to a Template like Twig or...

I am using this code which has been working great, however, I have a slight issue with the hidden field. The attributes for a hidden field takes a string (In...

Hi there, It's always good to see a fork of this library (which is a really good one). However, I'm sad you forked the "non-namespace" one. The version with namespace...

Did you know that iPhone, iTab, etc does not validate the HTML field parameter required? It allows a blank field to submit :-( So you need to add your own...