1 configuration error detected in this tab panel
-
I am getting the error message: 1 configuration error detected in this tab panel – Multiple form controls are in a single label element.
However, this is a duplicate of another contact form which does not get that error. I am attaching the code below. Can anyone figure out what I am doing wrong? It works fine in the other contact form with no errors.
<font color=”#67923D”>
<label> Your Name: (required)
[text* your-name] </label<label> Company:
[text* company] </label><label> Email: (required)
[email* email] </label><label> Street Address: (required)
[text* street-address] </label><label> City: (required)
[text* city] </label><label> Phone: (required)
[text* phone] </label>Check the box next to the day of the week you prefer: (required)
[checkbox preferred-day “Monday” “Tuesday” “Wednesday” “Thursday” “Friday” “Saturday”]Check the box next to the time frame you prefer: (required)
[checkbox preferred-time “AM” “PM”]<label> Your Message:
[textarea your-message] </label>[recaptcha]
<br>
[submit “Send”]The page I need help with: [log in to see the link]
- The topic ‘1 configuration error detected in this tab panel’ is closed to new replies.