<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Gravity Forms tutorials - All videos - WP Explainer</title>
	<atom:link href="https://wpexplainer.com/category/gravity-forms-tutorials/feed" rel="self" type="application/rss+xml" />
	<link>https://wpexplainer.com/category/gravity-forms-tutorials</link>
	<description>WordPress made easy</description>
	<lastBuildDate>Mon, 25 Jan 2021 13:36:33 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>Gravity Forms Mailchimp Add-On tutorial</title>
		<link>https://wpexplainer.com/gravity-forms-tutorials/gravity-forms-mailchimp-add-on-tutorial</link>
					<comments>https://wpexplainer.com/gravity-forms-tutorials/gravity-forms-mailchimp-add-on-tutorial#respond</comments>
		
		<dc:creator><![CDATA[Steffen Gammelgaard]]></dc:creator>
		<pubDate>Tue, 24 Nov 2020 16:35:02 +0000</pubDate>
				<category><![CDATA[Gravity Forms tutorials]]></category>
		<guid isPermaLink="false">https://wpexplainer.com/?p=55337</guid>

					<description><![CDATA[<p>Learn how to create your newsletter signup form and hook it to Mailchimp using the Gravity Forms Mailchimp Add-on.</p>
<p>The post <a href="https://wpexplainer.com/gravity-forms-tutorials/gravity-forms-mailchimp-add-on-tutorial">Gravity Forms Mailchimp Add-On tutorial</a> appeared first on <a href="https://wpexplainer.com">WP Explainer</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><iframe title="Gravity Forms Mailchimp Add-On tutorial" width="840" height="473" src="https://www.youtube.com/embed/hqSNMaoIupI?feature=oembed&#038;width=840&#038;height=1000&#038;discover=1&#038;enablejsapi=1&#038;origin=https://wpexplainer.com" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p>This tutorial covers the following subjects:</p>
<ul>
<li>Creating and adding your API key</li>
<li>Creating your fields including firstname and lastname</li>
<li>Adding Groups checkbox fields</li>
<li>Adding a GDPR checkbox</li>
<li>Adding CSS Classes to layout our form</li>
<li>Adding a tag to the specific form</li>
<li>Changing the confirmation message</li>
</ul>
<p>Here’s the GDPR checkbox code snippet:</p>
<p><code>I have read and accept the &lt;a href="#" target=”_blank”&gt;Privacy Policy&lt;/a&gt;</code></p>
<h2>Read the tutorial in text format</h2>
<p>The Mailchimp addon is a basic addon for Gravity Forms which means that you get it with any of their <a href="https://www.gravityforms.com/pricing/" target="_blank" rel="noopener noreferrer">licence plans</a>.</p>
<p>Installation and setup is fast and easy:</p>
<ol>
<li>Go to the Add-Ons tab in your WordPress dashboard</li>
<li>Find the Mailchimp Add-On and Install</li>
<li>Now find your API Key in your Mailchimp account under: Account → Extras → API Keys (Create a key if you don’t have one)</li>
<li>Copy the API key and add it to the Settings found under the specific Mailchimp settings</li>
<li>And now you’re ready for the next step which is creating your form</li>
</ol>
<h3>Create a signup form</h3>
<p>I strongly recommend adding the first and lastname to your form because it helps you to avoid the spamfilter. For more information I&#8217;ve made a thorough video on Youtube about <a href="https://www.youtube.com/watch?v=TipYiDo5OGs" target="_blank" rel="noopener noreferrer">How to avoid spam filter in Mailchimp</a>.</p>
<p>It’s important to use the specific email input field, which is found under “Advanced fields”.</p>
<p><img fetchpriority="high" decoding="async" class="size-full wp-image-55435 alignnone" src="https://wpexplainer.com/wp-content/uploads/2020/11/email.jpg" alt="" width="284" height="353" srcset="https://wpexplainer.com/wp-content/uploads/2020/11/email.jpg 284w, https://wpexplainer.com/wp-content/uploads/2020/11/email-241x300.jpg 241w" sizes="(max-width: 284px) 100vw, 284px" /></p>
<p>Otherwise you cannot create the next step which is setting up your Mailchimp Feed.</p>
<p>But, before we setup our feed, just a quick note. If you’re in the EU or another country with strict privacy laws it’s can be a good idea to add a privacy consent box as well.</p>
<p><img decoding="async" class="size-full wp-image-55438 alignnone" src="https://wpexplainer.com/wp-content/uploads/2020/11/signup-form.jpg" alt="" width="775" height="421" srcset="https://wpexplainer.com/wp-content/uploads/2020/11/signup-form.jpg 775w, https://wpexplainer.com/wp-content/uploads/2020/11/signup-form-300x163.jpg 300w, https://wpexplainer.com/wp-content/uploads/2020/11/signup-form-768x417.jpg 768w, https://wpexplainer.com/wp-content/uploads/2020/11/signup-form-600x326.jpg 600w" sizes="(max-width: 775px) 100vw, 775px" /></p>
<p>This is just a simple checkbox which says something like this:</p>
<p><code>I have read and accept the &lt;a href="#" target=”_blank”&gt;Privacy Policy&lt;/a&gt;</code></p>
<p>Remember to replace the hashtag with a link to your privacy policy page.</p>
<p>The link is set to open in a new window so it doesn’t lead people away from the actual signup form if they click it. Since the text is self-explanatory we can go to appearance and change the field label visibility to hidden.</p>
<p><img decoding="async" class="size-full wp-image-55426 alignnone" src="https://wpexplainer.com/wp-content/uploads/2020/11/gdpr.jpg" alt="" width="486" height="293" srcset="https://wpexplainer.com/wp-content/uploads/2020/11/gdpr.jpg 486w, https://wpexplainer.com/wp-content/uploads/2020/11/gdpr-300x181.jpg 300w" sizes="(max-width: 486px) 100vw, 486px" /></p>
<p>Remember to make this box required as well.</p>
<p>Let’s also add our Groups with a checkbox. I will simply insert the same options as I’ve already created them in my Mailchimp account.</p>
<p><img decoding="async" class="size-full wp-image-55431 alignnone" src="https://wpexplainer.com/wp-content/uploads/2020/11/checkboxes-1.jpg" alt="" width="493" height="727" srcset="https://wpexplainer.com/wp-content/uploads/2020/11/checkboxes-1.jpg 493w, https://wpexplainer.com/wp-content/uploads/2020/11/checkboxes-1-203x300.jpg 203w, https://wpexplainer.com/wp-content/uploads/2020/11/checkboxes-1-277x408.jpg 277w" sizes="(max-width: 493px) 100vw, 493px" /></p>
<p>This field CAN be made required to FORCE a selection or just leave it as it is, whichever you prefer.</p>
<p>As an extra icing on the cake you can also add custom error messages to each input field, just to help anyone having trouble filling out your form.</p>
<p><img decoding="async" class="size-full wp-image-55428 alignnone" src="https://wpexplainer.com/wp-content/uploads/2020/11/validation.jpg" alt="" width="350" height="73" srcset="https://wpexplainer.com/wp-content/uploads/2020/11/validation.jpg 350w, https://wpexplainer.com/wp-content/uploads/2020/11/validation-300x63.jpg 300w" sizes="(max-width: 350px) 100vw, 350px" /></p>
<p>Also if you want to align the first and lastname side-by-side you can add the css classes gf_left_half and gf_right_half.</p>
<p>Watch a more thorough tutorial about <a href="https://www.youtube.com/watch?v=ZATUbTEeUQw&amp;t=30s" target="_blank" rel="noopener noreferrer">Gravity Forms CSS classes on my Youtube channel</a>.</p>
<h3>Create a mailchimp feed</h3>
<p>Okay now we’re ready to link our form to Mailchimp with our feed.</p>
<p><img decoding="async" class="size-full wp-image-55425 alignnone" src="https://wpexplainer.com/wp-content/uploads/2020/11/feed-checkboxes.jpg" alt="" width="909" height="295" srcset="https://wpexplainer.com/wp-content/uploads/2020/11/feed-checkboxes.jpg 909w, https://wpexplainer.com/wp-content/uploads/2020/11/feed-checkboxes-300x97.jpg 300w, https://wpexplainer.com/wp-content/uploads/2020/11/feed-checkboxes-768x249.jpg 768w, https://wpexplainer.com/wp-content/uploads/2020/11/feed-checkboxes-600x195.jpg 600w" sizes="(max-width: 909px) 100vw, 909px" /></p>
<ol>
<li>Start by choosing your list</li>
<li>Then select the corresponding field to your form</li>
<li>If you’ve created Groups in Mailchimp you can now assign your fields to the right selections. Choose “If” and select the corresponding fields.</li>
<li>Marketing permissions will be visible if you have GDPR fields activated.</li>
<li>Next you can check double-optin or leave it unchecked for single-optin.</li>
<li>You can also tag the subscribers coming from this specific form.</li>
</ol>
<p>Tagging you subscribers is a smart way to keep track of who signs up on which forms on your website. If you fx a running a campaign on a landing page, you can put in the tag “Freebie campaign 2021” and then send specific newsletters to these subscribers.</p>
<p><img decoding="async" class="size-full wp-image-55440 alignnone" src="https://wpexplainer.com/wp-content/uploads/2020/11/tags-1.jpg" alt="" width="371" height="47" srcset="https://wpexplainer.com/wp-content/uploads/2020/11/tags-1.jpg 371w, https://wpexplainer.com/wp-content/uploads/2020/11/tags-1-300x38.jpg 300w" sizes="(max-width: 371px) 100vw, 371px" /></p>
<p>Now we’ve setup our feed so it’s time to save it. I always recommend giving your forms a test so I suggest making a draft or private page on your website, to test your new newsletter signup form.</p>
<p>Lastly, to change the confirmation message, simply go to:</p>
<p>Settings → Confirmations</p>
<p>And update the text.</p>
<p><img decoding="async" class="size-full wp-image-55434 alignnone" src="https://wpexplainer.com/wp-content/uploads/2020/11/confirmation.jpg" alt="" width="803" height="239" srcset="https://wpexplainer.com/wp-content/uploads/2020/11/confirmation.jpg 803w, https://wpexplainer.com/wp-content/uploads/2020/11/confirmation-300x89.jpg 300w, https://wpexplainer.com/wp-content/uploads/2020/11/confirmation-768x229.jpg 768w, https://wpexplainer.com/wp-content/uploads/2020/11/confirmation-600x179.jpg 600w" sizes="(max-width: 803px) 100vw, 803px" /></p>
<p>For more information take a look at the Mailchimp documentation here:</p>
<p><a href="https://docs.gravityforms.com/adding-mailchimp-subscriptions-to-groups/">https://docs.gravityforms.com/adding-mailchimp-subscriptions-to-groups/</a></p>
<p>The post <a href="https://wpexplainer.com/gravity-forms-tutorials/gravity-forms-mailchimp-add-on-tutorial">Gravity Forms Mailchimp Add-On tutorial</a> appeared first on <a href="https://wpexplainer.com">WP Explainer</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://wpexplainer.com/gravity-forms-tutorials/gravity-forms-mailchimp-add-on-tutorial/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
