• Once the [recapcha] wiget is inserted, the submit button stops being clickable. I’ve entered the correct details in the ‘Integration’ section and below is the code to my form:

    <label> Your Name (required)
        [text* your-name] </label>
    
    <label> Your Email (required)
        [email* your-email] </label>
    
    <label> Subject
        [text your-subject] </label>
    
    <label> Your Message
        [textarea your-message] </label>
    
    [recaptcha]
    
    [submit]

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • I have the same problem.
    Can you tell me how you solved it?

    Thread Starter deecypher

    (@deecypher)

    Sadly, it remains unsolved

    The same problem here. Thanks qtiestpie. After I read the post above, I tried the move the ReCaptcha tag to the top of the form and submit button became clickable.
    But I like the ReCaptcha tag to the bottom of the form.
    Here is my contact page: https://www.mirdetstva.net/kontakty-mir-detstva/ and here is my form code:
    <label> <span class=”form7_span”>Ваше имя (обязательно)</span>[text* your-name] </label>

    <label> <span class=”form7_span”>Ваш e-mail (обязательно)</span>[email* your-email] </label>

    <label> <span class=”form7_span”>Тема</span>[text your-subject] </label>

    <label> <span class=”form7_span”>Сообщение</span>
    [textarea your-message] </label>

    [submit “Отправить”]

    <label>[recaptcha]</label>

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘ReCapcha prevents clickability of submit button’ is closed to new replies.