Is it possible to remove validation validate['required email'] from a field in my Chronoform dynamically?
Chronoforms - remove validation from field dynamically
2.8k Views Asked by Anriëtte Myburgh At
2
Is it possible to remove validation validate['required email'] from a field in my Chronoform dynamically?
I was actually looking for a way to do it dynamically using Javascript. I read here that you can just add the
requiredas normal in the Chronoforms backend and then enable and disable the input as and when required.