Static text in Bricks Form

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 :wink:

Can the HTML field be used in this way?

If anyone is interested this was solved by re-adding the HTML fields.

2 Likes

I found this issue and fix too! Strange why though. Almost like it was cached but the dev site isn’t using any cache