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:
- add a Text/Gallery module above the Form module
- use the HTML tool - <> - to add this code to the new module:
<style> .entityContainerModule h2 { display: none;} .beenHereBefore {display: none;} </style>
- Save the page
The form title will then be hidden from view!