• Resolved pipecardenast

    (@pipecardenast)


    Hi,

    I’m having problems with my form in https://mundobici.co/ site, i the form is in footer and even i fill all fields and submit the info i get the error message that should be appear only when a required field is empty.

    Please help me,

    Thanks

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Contributor Lap

    (@lapzor)

    Hi,

    Please check your field settings at MailChimp.com (Under the list settings). Is there a field that is marked required there but not included in your form?

    same problem. i’ve uncheked the requied fields form MailChimp.com. but it shows.

    link :https://www.curemyfinances.in/

    Thread Starter pipecardenast

    (@pipecardenast)

    Hi Lap,

    I check the list settings in MailChimp and only the email field is required and this field was fill before submit the form.

    Plugin Contributor Harish Chouhan

    (@hchouhan)

    Hello @pipecardenast,

    Can you please share with us a screenshot of the page displaying the form code (MailChimp for WP > Forms)?

    Thread Starter pipecardenast

    (@pipecardenast)

    Hi Harish, this is the code i’m using:

    <div class="row">
        <div class="form-group col-xs-12 col-md-6">
            <label for="MMERGE4">Ciudad</label>
            <input type="text" name="MMERGE4" class="form-control input-sm" id="city" placeholder="Ingresa tu ciudad" required>
        </div>
        <div class="form-group col-xs-12 col-md-6">
            <label for="email">Correo electrónico</label>
            <input type="email" name="EMAIL" class="form-control input-sm" id="email" placeholder="Ingresa tu correo" required>
        </div>
    </div>
    <div class="row">
        <div class="form-group col-xs-12 col-md-6">
            <label for="FNAME">Nombres</label>
            <input type="text" name="FNAME" class="form-control input-sm" id="fname" placeholder="Ingresa tu nombre" required>
        </div>
        <div class="form-group col-xs-12 col-md-6">
            <label for="LNAME">Apellidos</label>
            <input type="text" name="LNAME" class="form-control input-sm" id="lname" placeholder="Ingresa tus apellidos" required>
        </div>
    </div>
    <div class="row">
        <div class="form-group col-xs-12 col-md-6">
            <label for="MMERGE3">Modalidad</label>
            <select name="MMERGE3" class="form-control input-sm" id="category" required>
                <option value="Downhill / MTB">Downhill / MTB</option>
                <option value="Ruta / Pista">Ruta / Pista</option>
                <option value="Bicicross / BMX">Bicicross / BMX</option>
                <option value="Ciclismo Urbano">Ciclismo Urbano</option>
            </select>
        </div>
        <div class="form-group col-xs-12 col-md-6">
            <label>?Qué deseas hacer?</label>
            <div class="radio">
                <label>
                    <input name="_mc4wp_action" type="radio" value="subscribe" checked> Subscribirte
                </label>
                <label>
                    <input name="_mc4wp_action" type="radio" value="unsubscribe"> Desuscribirte
                </label>
            </div>
        </div>
    </div>
    <div class="row">
        <div class="checkbox col-md-12">
            <label>
                <input type="checkbox" name="terms_conditions" value="" required> ?Aceptas los términos y condiciones?
            </label>
        </div>
    </div>
    <input type="submit" class="btn btn-mundobici" value="Enviar">
    Thread Starter pipecardenast

    (@pipecardenast)

    Hi Harish, in this image https://mundobici.co/MailchimpForWordPress-ScreenShot.png you can see the form code

    Plugin Contributor Harish Chouhan

    (@hchouhan)

    Hello @pipecardenast,

    Above the form code in “MailChimp for WP > Forms” page, there is a list of buttons displayed. Can you please share a screenshot of those?

    Thread Starter pipecardenast

    (@pipecardenast)

    Hi Harish, of course this the screenshot List of buttons displayed in forms

    Plugin Contributor Harish Chouhan

    (@hchouhan)

    Hey @pipecardenast,

    Can you please email us at “support @ mc4wp.com” with a link to this post so we could discuss further? We would need to test your settings to look into this issue.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘The form always show validation error, even if i fill all fields’ is closed to new replies.