Error “One or more fields have an error. Please check and try again.”
-
I am currently having a cf-7 form within a pop-up to differentiate new customers vs old customer and provide them a link to download our meditation.
Code:
<div style=”margin-bottom:10px”>
<label>Have you downloaded meditations before?<span class=”required”>*</span>
[radio radio-choices default:2 “Yes, I have downloaded before” “No, I have not downloaded”]
</label>
</div><div style=”padding-bottom:10px”>
<label>Language<span class=”required”>*</span>
[select* menu-languages id:menu-languages class:menu-languages “English” “Spanish” “Serbian” “Russian” “Marathi” “Hindi” “Vietnamese” “Tagalog” “Hiligaynon” “Malayalam” “Bengali” “Gujarathi” “Kannada” “Tamil” “Telugu” “Odiya” “Macedonian”]
</label>
</div>[group group-firstUser clear_on_hide]
<div style=”padding-bottom:10px”>
<label>Email<span class=”required”>*</span></label>
[email* email-mail]
</div><div style=”padding-bottom:10px”>
<label>Name<span class=”required”>*</span></label>
[text* text-name]
</div><div style=”margin-bottom:10px”>
<label>Where are you from?<span class=”required”>*</span>
[countrytext* countrytext-579]
</label>
</div><div style=”padding-bottom:10px”>
<label>Phone Number</label>
[phonetext phonetext-822]
</div>
[/group][group group-alreadyaUser clear_on_hide]
<div style=”padding-bottom:10px”>
<label>Email<span class=”required”>*</span></label>
[email* email-mailfield]
</div>
[/group]<br>
<div id=”submit”>[submit “SUBMIT”]</div>`
Inspite of all fields being filled, I get an error “One or more fields have an error. Please check and try again.”
Currently disabled all mandatory fields to keep the form going, but will be good to know what has changed? I should admit it worked fine until few days back.
- The topic ‘Error “One or more fields have an error. Please check and try again.”’ is closed to new replies.