Captcha recapture v2

Hi

I need to introduce capture in to my registration forms as we are getting a high level of Spam.

On one of my forms the capture is renders fine - although it appears between 2 check boxes 1 customized checkbox and the GDPR checkbox I can live with it but would prefer if I could move it. Please advise how this can be done.

On the other form the (a popup box) the captcha breaks the layout. I believe this is due to the captcha being loaded as a IFRAME . These days the Captcha can be loaded in a div
How can I make this change to the S2Member files.
Thank you

Hello!!!
Does anyone have any assistance on this???

Hi,

You can customize s2Member’s forms like this: https://s2member.com/kb-article/can-i-customize-pro-forms/
But I don’t know how to modify captcha loading operation…
Cristian could answer, please wait

Best regards. Brice.

Hi Brian.

I haven’t looked at the ReCaptcha integration yet, but plan to do it.

You can disable the s2 captcha implementation in the pro-form using captcha="0" if you want.

There is a new v3 for ReCatpcha, but I haven’t tried it yet. This plugin lets you add it to any form putting a line before the closing /form tag. https://wordpress.org/plugins/invisible-recaptcha/

 do_action(‘google_invre_render_widget_action’);

So you can have a custom template for the pro-form and add it, apparently.

1 Like