Change Log

  • Preparation for v2 and v3

Contributors:

Adam Wilson - Logo Pogo

ReCaptcha Styling

WebinOne supports Google reCAPTCHA v2 and v3 implementations. Below are some additional options you can configure.

reCAPTCHA v2 Styling

We can use HTML data attributes to set the Google reCAPTCHA v2 styling - such as 'compact' size option and 'dark/light' theme:

<div class='g-recaptcha' data-sitekey='XXXXXXXX' data-size='compact' data-theme='dark'></div>

See the external resource links below for further options and configuration