How to create Contact Form 7 using an integration with WordPress?
Our newest integration lets you add people signing up via Contact Form 7 to your GetResponse list when they check the opt-in box. Before you use it,make sure you’ve installed and activated the Contact Form 7 plugin first (otherwise, it won’t appear within Adding contacts).
Here’s how to edit your contact form template:
- In your WordPress account go to Contact > Contact Forms to edit existing form or Contact > Add New to create a new one.
- Paste the following snippet into the contact form template. Customize the call to action to suit your brand identity and encourage people to sign up.
<label> Your first name (required)
[text* firstname] </label>
<label> Your last name (required)
[text* lastname] </label>
<label> Your Email (required)
[email* email] </label>
<label> City
[text gr4wp_city] </label>
<label> Your Message
[textarea your-message] </label>
<label>Sign up to our newsletter
[gr4wp_checkbox] </label>
[submit "Send"]
You can add any GetResponse custom field to it using the following syntax:gr4wp_customfieldname
wherecustomfieldname
is the name of your custom field. - Save the form
- Enable in integrations