enable inline validation and custom error messages
-
Hi,
I am creating a forminator submision form.
I would like to use my custom error messages defined in the fields options.
This works only if I set the option “enable inline validation” to FALSE (otherwise my custom messages are ignored). This, however, causes the required radio button fields not to be treated as required fields (no custom error text message is displayed if no option is selected and the form can be submitted without checking an option in these fields, although they are set to required).
If in turn I set the “enable inline validation” to TRUE, then all required fields are taken as required (as should be), but the error messages are displayed in English, and no response message (also with custom text) is shown on error submission. I would like to avoid this as I want to display my custom error messages, but, of course, with all required fields treated as required.
Could someone maybe help me out with this?
The topic ‘enable inline validation and custom error messages’ is closed to new replies.