[BUG?] Number field onchange triggers all fields validation
-
Hi,
I have two [not required] number fields on the page. When value changed in these number fields, the form validation triggers and display errors every where because I haven’t started filling the required fields YET.
I found that these are being listened here:e.addEventListener(“change”, (t=>{
t.target.closest(“.wpcf7-form-control”) && wpcf7.validate(e, {
target: t.target
})
}`Is there a way to disable that as it doesn’t make sense to the users? Thanks in advance.
The page I need help with: [log in to see the link]
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘[BUG?] Number field onchange triggers all fields validation’ is closed to new replies.