gravity forms

Auto-response configuration for contact form

These instructions are for configuring a standard Auto-response email to user notification in Gravity Forms: Configuration: Name: Auto-response email to user Send To: Select a field Send to Field: select email address field From Name: use website/business name From...

Contact form setup checklist

This checklist of instructions is for setting up a contact form in Gravity Forms. Note that while most of the setup can be done internally (noted as "[internal]"), some aspects may require liaising with client (noted as "[client-facing"]). Checklist Summary:...

Add page info to contact form submission data

Navigate to "Forms". Hover over the row of the form you wish to edit, hover over "Settings" from the menu that appears below the form title, then click on "Notifications". Click on the notification title (or the "Edit" option that appears below the title when you...

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...