• Resolved dhruv

    (@mxgfest)


    Hi there,

    Is it possible to place the reCAPTCHA logo/badge below the submit button as it takes up lot of space as well as break the flow between fields and button? Understood that I can hide it but I am looking for options to change its position.

    Regards,
    Drew

    • This topic was modified 3 years, 8 months ago by dhruv.
    • This topic was modified 3 years, 8 months ago by dhruv.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Patrick – WPMU DEV Support

    (@wpmudevsupport12)

    Hi @mxgfest

    I’m afraid it is not possible to modify the order,

    About hiding the ReCaptcha, by Google documentation, we can only hide the ReCpacha if:

    You are allowed to hide the badge as long as you include the reCAPTCHA branding visibly in the user flow. Please include the following text:

    This site is protected by reCAPTCHA and the Google
        <a href="https://policies.google.com/privacy">Privacy Policy</a> and
        <a href="https://policies.google.com/terms">Terms of Service</a> apply.

    https://developers.google.com/recaptcha/docs/faq

    An alternative would be adding the HTML field and the text pointed by Google then use a custom CSS to hide the badge

    #captcha-1{
        display: none;
    }

    You can use it on Forminator > Form > Appearance > Additional CSS.

    Let us know if you have any additional question.
    Best Regards
    Patrick Freitas

    Thread Starter dhruv

    (@mxgfest)

    Hi Patrick,

    Thanks for the quick reply. We have decided to keep/show the badge as per policy.

    Thanks again!

    Regards,
    Drew

    Plugin Support Patrick – WPMU DEV Support

    (@wpmudevsupport12)

    Hi @mxgfest

    You are welcome,

    Our developers are already working on an option to hide it and use the Privacy Policy text only. Please, keep the plugin updated.

    I’m marking this ticket as resolved, feel free to ping us any time you need.

    Best Regards
    Patrick Freitas

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Position of reCAPTCHA badge’ is closed to new replies.