• Resolved jmarash

    (@jmarash)


    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]

Viewing 8 replies - 1 through 8 (of 8 total)
  • In the first chunk:

    <font color=”#67923D”>
    <label> Your Name: (required)
    [text* your-name] </label

    is missing closing bracket at the end, so add > straight after the l in label.

    That is an error. Try that, do you still have a validation error? If so it may be in another tab.

    • This reply was modified 6 years, 9 months ago by pichichi.
    Thread Starter jmarash

    (@jmarash)

    Thank you yes, I was missing the bracket and added that, but that did not fix my validation error.

    Thread Starter jmarash

    (@jmarash)

    Oh wait, now it did – thank you!!!

    No problem!

    I still face the configuration error. Can you help me?

    Hi,

    Appreciate if you can resolve my problem -1 configuration error detected in this tap panel (additional setting)

    on_sent_ok:”dataLayer.push({‘event’:’conversionFormSubmit’});”

    What do I need to do to fix this error?

    Thanks in advance for your help.
    Regards
    Andrew

    1 configuration error detected also for me

    Using Contact 7 as well updated.
    when i specify at ‘from’ = [your-name] <[your-email]>
    i get the error.

    I use google suit in order to use my domains email info@……com

    although i get this error notification when i test the form i receive the emails.

    my website
    https://cyprustattooconvention.com/artist-registration/

    I gotta configuration error :/ `<div class=”row stm-forms-sm”>
    <div class=”col-md-4 col-sm-4″>
    <div class=”form-group”>
    <div class=”form-label-small”>Name</div>
    [text* your-name]
    </div>
    </div>
    <div class=”col-md-4 col-sm-4″>
    <div class=”form-group”>
    <div class=”form-label-small”>Email</div>
    [email* your-email]
    </div>
    </div>
    <div class=”col-md-4 col-sm-4″>
    <div class=”form-group”>
    <div class=”form-label-small”>Phone</div>
    [tel* your-tel]
    </div>
    </div>
    </div>
    <div class=”row stm-forms-sm”>
    <div class=”col-md-4 col-sm-4″>
    <div class=”form-group”>
    <div class=”form-label-small”>Make/Model</div>
    [text* make-model]
    </div>
    </div>
    <div class=”col-md-4 col-sm-4″>
    <div class=”form-group”>
    <div class=”form-label-small”>Mileage (optional)</div>
    [text mileage]
    </div>
    </div>
    <div class=”col-md-4 col-sm-4″>
    <div class=”form-group”>
    <div class=”form-label-small”>Best time</div>
    <div class=”stm-datepicker-input-icon”>
    [text* time class:stm-date-timepicker]
    </div>
    </div>
    </div>
    </div>
    <hr class=”form-hr”/>
    <div class=”row”>
    <div class=”col-md-4 col-sm-4″>
    [submit class:button-fluid “Request a service”]
    </div>
    <div class=”col-md-8 col-sm-8″>
    <div class=”stm-form-alert”>
    By submitting this form you will be scheduling a service appointment at no obligation and will be contacted within 48 hours by a service advisor.
    </div>
    </div>
    </div>`

    • This reply was modified 5 years, 10 months ago by bbbirkan.
Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘1 configuration error detected in this tab panel’ is closed to new replies.