Contact Forms

Gravity Forms Display – CSS fixes

Remove form headings (with legends, titles, etc.) /* Remove Form Heading from Gravity Forms */ .gform_heading { display: none; } To change colour of required asterisk (change colour value to match website style), and increase size: /* Gravity Forms required asterisk...

SMTP Mail for Contact Forms

Contact Forms can be glitchy when sending the confirmations. But reliable notifications are essential for the correct and cost effective functioning of a website. We use Mailgun in some cases (e.g. where email address matches domain and we have access to DNS, or an IT...