Tell us what you are trying to do?
Forms have been created for front end data entry by users. How do I divide the form into sections with titles, and then have certain fields in the section?
For Example:
Contact Information (This would be section heading)
Name:
Address:
City:
State:
Zip Code:
Business Information (This would be a second section heading)
Field1:
Field2:
There may be several other sections on the front end form with fields under the section heading.
Here is a sample that I created on a live site using Gravity Forms - hidden link
What is the link to your site?
Staging site under development - hidden link
Thank you!
Hello,
I have tried the "live site" you mentioned above, but don't see any form, please take a screenshot for what you are going to achieve.
In Toolset post forms with the default visual editor mode, you can add the heading text with HTML code, for example:
Edit your post form, add a "HTML content" element, setup the heading text with HTML codes, like this:
<h3>Contact Information</h3>
See my screenshot html-content.JPG
You can also switch to "Expert mode", and format and style your post posts manually
My issue is resolved now. Thank you for the prompt reply!
I did not see details in the Toolset documentation for using the HTML field or the Expert Mode - possible that I missed it. If not there, I suggest adding it, as this is a nice feature.
Thank you!