In chronoforms 5, the text field can be easily validated to nodigit. How to do it just like in chronoforms 6?
https://www.chronoengine.com/forums/posts/t106813/validate-data-action-and-settings
And for the front end under validation put nodigit:Message or if that doesn't work you can do it with regex
regExp[/^[^0-9]+$/]:Message
And for the front end under validation put nodigit:Message or if that doesn't work you can do it with regex
regExp[/^[^0-9]+$/]:Message
thank you, but I found it, but I do not understand where to put the condition? Can I ask for a picture or clarification?
In your field, there is a "validation" tab, with a validation rules text area. That's where the "front end" stuff goes.
In your submit event, in a Validate Data action, is where the stuff from the link I gave you goes,
In your submit event, in a Validate Data action, is where the stuff from the link I gave you goes,
thank you, I understand it and it works
please tell me how to specify the language variable there
entry nodigit:{l:JMENO_ER2} no working
entry nodigit:{l:JMENO_ER2} no working
This topic is locked and no more replies can be posted.