Remove form field tooltip
-
I’m taking over a site using Elementor forms and I’m adding some additional field validation. All fields are required.
The problem I’m having is that before Elementor checks if a field validates (where all errors are printed in red underneath each field), it has a tooltip that points to the next field that is empty (required).
This means that if I have five fields and my second field checks that the input has 10 characters, it will first check that all fields are filled out. So I can add something in field 1, then add something in field two that would not pass my validation, but instead of showing the validation error, it moves on to show the tooltip for field 3, that I need to fill it out.
Only after I have filled out all required fields, will it run the proper validation. This is confusing for users, as in the example above, they already think they have filled out field 2 correctly, as the tooltip now moves on to the next field.
Is there a way to disable form tooltips and just show all validation errors (in red, underneath fields) directly when hitting submit?
The topic ‘Remove form field tooltip’ is closed to new replies.