• Hello,
    I just add a re-captcha field in a valid form after have been spammed but the form structure is broken by the captcha field and the submit button is out of the form.

    I follow the tutorial and activated the API codes.

    Here the form in the admin panel :

    <label> Votre nom et prénom
        [text* your-name] </label>
    
    <label> Votre email
        [email* your-email] </label>
    
    <label> Sujet du message
        [text your-subject] </label>
    
    <label> Votre message
        [textarea your-message] </label>
    [recaptcha]
    [submit class:sousNews-btn "Envoyer"]

    What’s wrong ?

    Thanks
    Arnaud

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • reCaptcha is broken. Two of my websites is showing problems and the problem gets solved after removing reCaptcha

    Try this as the code for your contact form, and see if the addition of the paragraph elements allows your theme to build a better-looking form:

    
    <p>Votre nom et prénom<br />
        [text* your-name]</p>
    
    <p>Votre email<br />
        [email* your-email]</p>
    
    <p>Sujet du message<br />
        [text your-subject]</p>
    
    <p>Votre message<br />
        [textarea your-message]</p>
    <p>[recaptcha]<br /></p>
    <p>[submit class:sousNews-btn "Envoyer"]</p>
    
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Re-captcha short code break the form’ is closed to new replies.