How do I remove the form title ?
-
Two ways to remove the form title:
- By clearing the Form Title field.
- By removing the title global placeholder from the auto-generated form layout.
Clearing the Form Title
- Go to Properties > Form Info tab.
- Clear the Form Title field.
- Save
Removing the title global placeholder
- Go to the Form Layout tab.
- Disable "Auto Generate Layout". Now you can manually edit the layout.
- Remove this line:
<h2>{global:formtitle}</h2>
Note: When the auto-generated layout feature is turned off, you will need to manually add the placeholders of newly created form elements or the form will not submit.
9 persons found this article helpful.
You Should Also Read
Adding a tooltip HOT |