Hiding the Form Title

Try this when using the Form Module to add a form on another page

The Saffire platform offers the unique the capability to add a form as content within another page - but this may be challenging to present if the page is named the same thing as the form. You'll end up with the page title and the headline above the form displaying the same thing. 

To avoid, this you can add a some styling code to the page:

  1. add a Text/Gallery module above the Form module
  2. use the HTML tool - <> - to add this code to the new module:

    <style>
    .entityContainerModule h2 {
        display: none;}
    .beenHereBefore {display: none;}
    </style>
    	
  3. Save the page

The form title will then be hidden from view!

Still need help? Contact Us Contact Us