Giving Your Forms a Consistent Look and Feel
To give your standalone forms the look and feel that is consistent with your website you can set up the header, footer, and content that will be shown surrounding them.
To do this, go to Forms | Branding and click on the Standalone Forms tab.
You may require HTML skills to achieve the required result - your web designer should be able to help.
And you can link to the same privacy policy from all your forms, to set these up sign into Donorfy go to Forms | Branding.
Basic HTML to centre your Form
For Standalone Forms, you can add some HTML code to align the form to the centre of the page - the code can be inserted via the Source icon on the text editor for each of the sections.
Header and Footer sections
Centre Images:
<p style="text-align: center;"><img alt="" src="your image detail.png" style="width: 150 px; height: 100px;" /></p>
Width and Height can be altered to suit your own image.
Centre text:
<center>enter your text here</center>
Left and Right Sides
<p> </p>
To get started building your first form see this article.
The Donorfy Academy features a learning course for Donation Forms - enrol here
Comments