validation nodigits

ernst@volny.cz 22 Jul, 2019
In chronoforms 5, the text field can be easily validated to nodigit. How to do it just like in chronoforms 6?
healyhatman 22 Jul, 2019
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
ernst@volny.cz 23 Jul, 2019
thank you, but I found it, but I do not understand where to put the condition? Can I ask for a picture or clarification?
healyhatman 24 Jul, 2019
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,
ernst@volny.cz 25 Jul, 2019
please tell me how to specify the language variable there
entry nodigit:{l:JMENO_ER2} no working
This topic is locked and no more replies can be posted.