Hi
Is it possible to include controls created in a custom code box in the validation that occurs when submit is pressed?
If not, what would be the best way to validate those controls to make sure they are not empty?
Thanks for your help
Mikki
Is it possible to include controls created in a custom code box in the validation that occurs when submit is pressed?
If not, what would be the best way to validate those controls to make sure they are not empty?
Thanks for your help
Mikki
Hi Mikki,
You can add the ChronoForms validation classes in your custom code.
Bob
PS ChronoForms supports the dynamic creation of checkbox options so you may not need to use Custom Code.
You can add the ChronoForms validation classes in your custom code.
class="validate['group:99'] A"
In this case the group value 99 needs to be the same for all the checkboxes in the group.
Bob
PS ChronoForms supports the dynamic creation of checkbox options so you may not need to use Custom Code.
This topic is locked and no more replies can be posted.