Skip to content

Bricks

The Procaptcha plugin supports the Form element of the Bricks theme builder.

1. Enable Procaptcha on a form

Section titled 1. Enable Procaptcha on a form

A Hidden field labelled prosopo_procaptcha marks the form as protected. The widget then replaces that field’s input, so the token arrives at the server as an ordinary Bricks form field.

  1. Edit the target page in Bricks and select the Form element.
  2. In the element settings, open Fields and add a new field.
  3. Set its Type to Hidden.
  4. Use prosopo_procaptcha as the field Label (or, if your Bricks version does not show a label for hidden fields, as its Value).
  5. Save the page.

That’s it. Open the page as a logged-out visitor and the Procaptcha widget appears in the place of the hidden field. A submission with a missing or invalid token is rejected with the Procaptcha validation message, shown in the form’s normal error area.

2. Confirm the integration is active

Section titled 2. Confirm the integration is active

Bricks is a theme rather than a plugin, so the Procaptcha plugin detects it from the active template. To confirm, open Settings > Procaptcha > Active Integrations and check that Bricks is listed.

The Active Integrations tab of the Procaptcha plugin settings

Related blog articles