When I divide my form into sections, the section title doesn't appear in the Email. Is there a way to make it show?
BreezingForms currently doesn't offer this feature, but one of our users suggested the following workaround. (Thanks, SoftDux!)
Add a hidden Input element with the section's name where you want it to appear, i.e. just above or below the section name, with settings as follows:
Type: Hidden Input
Label: 1
(The label can't be hidden in this element, so numbering each section sequentially seems to look best for display purposes.)
Name: Personal_Info_Header (or whatever you want to call it)
Value: PERSONAL INFORMATION (or whatever your section title is called)
You might want to make the header a bit more prominent by changing the value to something
like this:
----- PERSONAL INFORMATION -----
or
_____PERSONAL INFORMATION_____
or
***** PERSONAL INFORMATION *****
etc.