I’m trying to add a few headings in my bricks form to break it into logical sections for the user.
I’ve add an HTML field with something like <h3>Your Contact Details</h3>
This outputs perfectly on the front end.
However when I try to submit the form I get an error :
- Required: html
- Required: html
- Required: html
There are 3 of the HTML fields
Can the HTML field be used in this way?