Bricks contact form GDPR feature

Is it possible to add to Bricks contact form a GDPR feature similar to how WP Forms has?


WP Forms GDPR

7 Likes

Don’t want to derail the thread, but would plugins like WP Forms not work with Bricks?

Hi,

they will probably work, but bricks has a contact form already built in, so there shouldn’t be a reason to install a plugin if the built in version is enough. GDPR has become very important in the past and it shouldn’t be hard to integrate it.

2 Likes

Gotcha. I am still exploring the very basics of Bricks, didn’t know there was a form. I agree with you there.

No problem, there is really a lot to discover :grinning_face_with_smiling_eyes:

Hi theere, there is any quick integration for the GPDR checkbox on the email Form element from Bricks? I mean, this is mandatory and not an option on EU, not sure on the US. And if not available makes this form out of the law.

Should be requested on the idea board in 2025?
Or I’m missing something?

Ohh, found it. For other users missing the point:

  • On the form element, click on Fields
  • Add a Checkbox type field
  • Set it as “Requiered”
  • On options add this:
I agree to the <a href="/privacy-policy/" target="_blank">Privacy Policy</a> and <a href="/terms-of-use" target="_blank">Terms of Use</a>
  • Let the rest of fields blank or off.
    You can add some extra Custom CSS
%root% .options-wrapper input[type="checkbox"] {
    width: 20px;
    height: 20px;
  margin-right: 12px;
    cursor: pointer;
}
%root% .options-wrapper li {
  display: flex;
  align-items: center;
}
%root% .options-wrapper li a {
  color: var(--link) !important;
}

Hi Paquito,
Yes, it’s basically just a simple but required checkbox :+1: