• Resolved dmorton2

    (@dmorton2)


    keeps showing validation errors even tho all fields that are required are filled in! take off the required and it works.

    how to fix?

    • This topic was modified 6 years, 6 months ago by dmorton2.
    • This topic was modified 6 years, 6 months ago by dmorton2.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Felipe Elia

    (@felipeelia)

    Hi! Can you please share how did you set up the form tab content?

    Thanks!

    Hi, I am experiencing this issue as well.
    I had a look at issues described here and here but none of the solutions helped.

    Form tab code:

    [field_group delegates id="delegates" tabindex:1]
        <label>Your Email (required)[email* your-abc id:your-abc]</label>
    [/field_group]
    [submit "Register"]

    Does not pass validation when email fields with name “your-abc” are filled in.
    On submitting the form below error is shown:
    “One or more fields have an error. Please check and try again.”

    Online sample here: https://masterclassevents.co.za/event/test-lending-principles-in-investment-banking/ (scroll down to ´register´tab)

    Form tab code:

    [field_group delegates id="delegates" tabindex:1]
        <label>Your Email (required)[email your-abc id:your-abc]</label>
    [/field_group]
    [submit "Register"]

    Works.

    Any idea what is wrong?
    This started happening after installing the upgrade 1.1.3 one week ago.

    • This reply was modified 6 years, 2 months ago by susannakosic.

    In case anyone is interested in this issue, the topic is being discussed here: https://wordpress.org/support/topic/radio-input-validation-error/

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Validation errors’ is closed to new replies.