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
  1. Go to Properties > Form Info tab.
  2. Clear the Form Title field.
  3. Save
 
Removing the title global placeholder
  1. Go to the Form Layout tab.
  2. Disable "Auto Generate Layout". Now you can manually edit the layout.
  3. 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.

10 persons found this article helpful.


Was this article helpful?

Yes No
Sorry about that

You Should Also Read

Adding a tooltip HOT