newhck / php-form-builder-class

Automatically exported from code.google.com/p/php-form-builder-class
GNU General Public License v3.0
0 stars 0 forks source link

bind() function not working correctly #27

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When using nested forms and the bind() function, js validation is performed on 
the nested required 
fields even if the nested form is not activated by the condition.

Original issue reported on code.google.com by ajporterfield@gmail.com on 7 Apr 2010 at 2:07

GoogleCodeExporter commented 8 years ago
I added two additional parameters to the bind() function for identifying the 
javascript and php condition(s) that 
trigger the validation of nested fields that are required.  See the Conditional 
Scenarios example file for 
implementation.

Original comment by ajporterfield@gmail.com on 9 Apr 2010 at 1:52