Chronoforms - remove validation from field dynamically

2.8k Views Asked by At

Is it possible to remove validation validate['required email'] from a field in my Chronoform dynamically?

2

There are 2 best solutions below

0
Anriëtte Myburgh On BEST ANSWER

I was actually looking for a way to do it dynamically using Javascript. I read here that you can just add the required as normal in the Chronoforms backend and then enable and disable the input as and when required.

0
Neil Robertson On

You can edit the form HTML and insert PHP code to conditionally include the "validate['required email']" text in the form.

Be careful if subsequently editing your form using the form wizard as form HTML customisations can be overwritten.