Change log

ReCaptcha Styling

Treepl CMS 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



Related Articles

  • System Pages
    System Pages, under 'Settings', is where you’ll find all those pages required by certain system...
  • Custom Reports
    Custom reports can be used to bring CRM data together, as a spreadsheet, based on your requirements.
  • form
    This component outputs data relating to a specific Form. {% component type: "form", alias: "<form_alias>"...
  • Form Submissions
    Form Submissions store the captured data from any form submission made on your website (from a form created under ‘Content’ > ‘Forms’).
  • System Emails
    System emails are emails that are sent when a particular action is carried out on the website and/or via the admin.
  • {{ formSubmissionData }} object
    This liquid object will output the submission details of a Form.
  • Advanced CRM Groups
    Advanced CRM Groups allow you to extend the data fields within multiple areas of the CRM, either globally or on a per-record basis.
  • {{ workflow }} object
    This liquid object will output the Workflow details of a submitted Form. You can use...
  • Forms
    Forms are an essential part of collecting user information on your website.
    Treepl CMS makes managing forms easy and powerful
  • {{ order }} object
    This liquid object will output the order details of a submitted payment. {{ this.order }}...
  • Secure Zones
    Secure Zones provide a way of creating restricted content on your website that only registered Secure Zone Members are able to access after successfully logging in.
  • Payment Form Javascript
    Options for controlling and further customising payment form submissions are available via javascript events.

External Resources

Google reCAPTCHA v2 Docs:

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

Google reCAPTCHA v3 Docs:

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


Please let us know if you have any other contributions or know of any helpful resources you'd like to see added here.


Questions?

We are always happy to help with any questions you may have.
Visit the Treepl Forum for community support and to search previously asked questions or send us a message at support@treepl.co and we will consult you as soon as possible.