• As the title says, when making a change to a select dropdown it automatically checks for validity on all previous form fields, I don’t know if that’s the intended behavior but it feels like a bug to me.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    Where can we see the website in question?

    Thread Starter ioankoul

    (@ioankoul)

    The link for the contact page is this: https://bb.agency/contact/

    So basically if you skip the first text inputs and go straight to the select dropdown it will show “This field is required” errors to all previous fields that are required and currently empty. Keep in mind that this is a pure CF7 without any additional plugins, the only custom code I’ve added is a ‘wpcf7mailsent’ event listener so I can redirect after form submission.
    I’ve also tested it with only CF7 plugin active and using the twentytwentytwo theme, still had the same issue.

    Plugin Author Takayuki Miyoshi

    (@takayukister)

    Seemingly validation is working all correctly. You don’t see the error messages as long as you fill in the required fields, right?

    BTW, very nice inline form layout it is ??

    Thread Starter ioankoul

    (@ioankoul)

    Yes the validation is working correctly, it’s just weird behavior that it validates the previous empty fields when I make a change on the select dropdown, if that helps, that issue started happening on version 5.6, just checked rolling back to 5.5.5 and it’s working correctly without doing that thing with validation trigger.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Form is showing validation errors when making a change to select dropdown’ is closed to new replies.