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 4 years, 10 months ago by susannakosic.