Customizing Bricks Builder Forms: Adding Icon Controls and Rendering Icons in Fields

Require: Bricks Builder > 2.0 Alpha Version Bricks Builder is a powerful WordPress page builder that allows for extensive customization of elements, including forms. The following guide demonstrates how to…

Likes
2427

How to create subscription list using Brevo API and Bricks Builder Form Element

Put this custom function in functions.php file or snippet plugin: Note:for SMS field the Accepted Number Formats is eg:91xxxxxxxxxx+91xxxxxxxxxx0091xxxxxxxxxx Default Contact Attribute https://help.brevo.com/hc/en-us/articles/10582214160274-About-contact-attributes

Likes
439

How to Add Confetti Falling Animation to Bricks Builder Form

Have you seen the stuff falling down animation when we upvote ideas on Bricks Builder Idea Page? Their website using javascript library called Confetti Js. Lets try to do the…

Likes
6160

How to Add a Country Dropdown List to Bricks Builder Form

To be able to display Country and its region in Dropdown list of Bricks Builder form, first step is to get the data from json file which contain list of…

Likes
6898

Create Simple Booking Form in Bricks Builder

Create CPT called “Booking” and create custom field text type, name it Booking Date (slug is booking_date). Then create form in Bricks Builder with a date picker field. We are…

Likes
4110

Combat Spam Bots with Honeypots in Bricks Builder Forms

Spam bots are automated programs designed to submit forms indiscriminately, often with malicious intent. By integrating honeypot validation into your Bricks Builder forms, you can create a hidden trap for…

Likes
6000

Implementing Popup Display Upon Successful Form Submission with Bricks Builder

Create your popup template, ensuring to establish conditions for its display where the template form is loaded. Then add the following JavaScript code within a designated either by code element,…

Likes
5472