<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Gravity Support Forums Topic: Mailchimp Groups</title>
		<link>https://legacy.forums.gravityhelp.com/topic/mailchimp-groups</link>
		<description>Gravity Support Forums Topic: Mailchimp Groups</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 04:45:26 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/mailchimp-groups" rel="self" type="application/rss+xml" />

		<item>
			<title>mrbootle on "Mailchimp Groups"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/mailchimp-groups#post-34651</link>
			<pubDate>Tue, 06 Sep 2011 21:21:43 +0000</pubDate>
			<dc:creator>mrbootle</dc:creator>
			<guid isPermaLink="false">34651@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This post was very helpful for me. I'd been looking for the reason why my checkbox wasn't syncing with MailChimp. So thanks.&#60;/p&#62;
&#60;p&#62;I'll second the request for MailChimp groups.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Mailchimp Groups"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/mailchimp-groups#post-30687</link>
			<pubDate>Thu, 21 Jul 2011 15:03:41 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">30687@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes you could use the gform_validation hook if you wanted to implement invitation codes yourself.  The gform_validation hook would be used to validate what the user entered is a valid invitation code.  You'd still have to write the custom code and know if a code is valid or not by comparing it against a list, etc.  But that is the hook you could use to validate the code and allow the user to register.  There is a tutorial in the How To section of the Documentation on how to use the gform_validation hook.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>isiemer on "Mailchimp Groups"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/mailchimp-groups#post-30682</link>
			<pubDate>Thu, 21 Jul 2011 13:22:42 +0000</pubDate>
			<dc:creator>isiemer</dc:creator>
			<guid isPermaLink="false">30682@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Wow, I'm sorry I missed so many of these features. Regarding the questions you asked.&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;User Unsubscribe
&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;Using the Mailchimp API I'm relatively sure that one could refrain from sending users to Mailchimp in order to unsubscribe. Similar to a user profile that allows you to change your notification settings. I currently have added this ability to my site with a custom profile page, it's a little funny but it works. They are in essence just saying yes or no to certain fields, as opposed to completely unsubscribing.&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;Add remove profile fields
&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;I wonder if allowing users the ability decide if they want to replace profile entries would be of value. I can only assume that those who use the &#34;User Registration&#34; plugin are generally doing this manually. Otherwise how are their user's managing entered data?&#60;br /&#62;
Currently, I use&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;function my_custom_userfields( $contactmethods ) {
unset($contactmethods[&#38;#39;aim&#38;#39;]);  \\to remove default fields
$contactmethods[&#38;#39;company_name&#38;#39;] \\to add customer contact details
return $contactmethods;
}
add_filter(&#38;#39;user_contactmethods&#38;#39;,&#38;#39;my_custom_userfields&#38;#39;,10,1);&#60;/code&#62;&#60;/pre&#62;
&#60;blockquote&#62;&#60;p&#62;Invitation code system
&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;This would be amazing, having the ability to import users and then simply invite them is something I've been looking for a while. We have an old SharePoint site that I'm about to replace. We're finding it very very difficult to pull customer's and then have them register while still allowing new customer's to register.&#60;/p&#62;
&#60;p&#62;Didn't I see a recommendation somewhere to use the gform_validation for this. Any idea how one would convert that to a invitation code?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Mailchimp Groups"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/mailchimp-groups#post-30600</link>
			<pubDate>Wed, 20 Jul 2011 23:14:05 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">30600@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;blockquote&#62;&#60;p&#62;User unsubscribe&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;How would you see Unsubscribe functionality working with the MailChimp Add-On? Users can already unsubscribe at anytime via any emails sent via MailChimp.  How would this be implemented on a site?  Via a form specifically for unsubscribing?&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;Use Email Address as Username&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;You should already be able to do this.  When mapping your user registration fields to your form fields you should be able to map the username field to an email field on your form. See this screenshot: &#60;a href=&#34;http://i.imgur.com/8i5zR.png&#34; rel=&#34;nofollow&#34;&#62;http://i.imgur.com/8i5zR.png&#60;/a&#62;&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;Password strength meter&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;This is already a feature on the Password field the User Registration Add-On adds to the form builder.  See this screenshot: &#60;a href=&#34;http://i.imgur.com/vFJqS.png&#34; rel=&#34;nofollow&#34;&#62;http://i.imgur.com/vFJqS.png&#60;/a&#62;&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;Add and remove profile fields&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;The User Registration Add-On allows you to create and store custom user meta values, but it doesn't currently add custom fields to the profile page.  We aren't sure how we will handle this in the future as it adds more complexity in how and where these fields are displayed on the profile page so it requires additional settings to configure.  It's something we'd like to add, but we have to be careful because Gravity Forms is a form builder plugin and adding UI elements to other areas of WordPress becomes scope creep.&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;Invitation code system (with dashboard widget to track invites)&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;This is something we would like to add in the future.  Along with email validation to activate accounts and administrator moderation to manually approve accounts.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>isiemer on "Mailchimp Groups"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/mailchimp-groups#post-30592</link>
			<pubDate>Wed, 20 Jul 2011 19:14:40 +0000</pubDate>
			<dc:creator>isiemer</dc:creator>
			<guid isPermaLink="false">30592@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Oh jeeze, sorry about that. Nevertheless, I look forward to you guys updating the MailChimp plugin.&#60;/p&#62;
&#60;p&#62;It would also be awesome if you added a few things to the the user registration add-on as well. Both of these are the reason we bought the developer license. The unfortunate part is that they're both missing a few things that would really make them absolutely perfect and prevent us from having to use third party plugins to poorly enhance them. There's no question that this is the best plugin out there and it sucks that I have to add to it with crud.&#60;/p&#62;
&#60;p&#62;Mailchimp Plugin&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;User unsubscribe&#60;/li&#62;
&#60;li&#62;Groups&#60;/li&#62;
&#60;/ul&#62;
&#60;p&#62;User Registration Plugin&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;Use Email Address as Username&#60;/li&#62;
&#60;li&#62;Password strength meter&#60;/li&#62;
&#60;li&#62;Add and remove profile fields&#60;/li&#62;
&#60;li&#62;Invitation code system (with dashboard widget to track invites)&#60;/li&#62;
&#60;/ul&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Mailchimp Groups"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/mailchimp-groups#post-30591</link>
			<pubDate>Wed, 20 Jul 2011 19:00:44 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">30591@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Those aren't List Fields.  That is MailChimp's sign up form builder.  2 completely different things.  The Checkbox field in their form builder are stored as Groups in MailChimp.  They aren't List fields.&#60;/p&#62;
&#60;p&#62;List Fields are configured by going to the Settings page for your List and then choosing the List Fields and Merge Tags link.  See this screenshot: &#60;a href=&#34;http://i.imgur.com/gzsIR.png&#34; rel=&#34;nofollow&#34;&#62;http://i.imgur.com/gzsIR.png&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>isiemer on "Mailchimp Groups"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/mailchimp-groups#post-30590</link>
			<pubDate>Wed, 20 Jul 2011 18:50:36 +0000</pubDate>
			<dc:creator>isiemer</dc:creator>
			<guid isPermaLink="false">30590@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That's really odd because my signup editor allows for check boxes. &#60;a href=&#34;http://imgur.com/NT7I2&#34; rel=&#34;nofollow&#34;&#62;http://imgur.com/NT7I2&#60;/a&#62;&#60;br /&#62;
Since I can't create groups I'm going to give the user the ability to check which type of email they would like to subscribe to.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Mailchimp Groups"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/mailchimp-groups#post-30589</link>
			<pubDate>Wed, 20 Jul 2011 18:43:22 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">30589@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Doing a quick check, I don't see a Checkbox field type in MailChimp itself.&#60;/p&#62;
&#60;p&#62;Here is a screenshot of the List Field editor in MailChimp:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://i.imgur.com/PuzXa.png&#34; rel=&#34;nofollow&#34;&#62;http://i.imgur.com/PuzXa.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;It has these field types:&#60;/p&#62;
&#60;p&#62;- Text&#60;br /&#62;
- Number&#60;br /&#62;
- Radio Buttons&#60;br /&#62;
- Drop Down&#60;br /&#62;
- Date&#60;br /&#62;
- Birthday&#60;br /&#62;
- Address&#60;br /&#62;
- Zip Code&#60;br /&#62;
- Phone&#60;br /&#62;
- Website and Image&#60;/p&#62;
&#60;p&#62;There is no checkbox field type in the MailChimp List Field editor that I can see, so you may want to double check and see what field type you are using or where you are doing this.&#60;/p&#62;
&#60;p&#62;Gravity Forms Checkbox fields are going to appear in the field drop down individually.  So each checkbox item appears as a field in the drop down because each checkbox is an individual input field.  &#60;/p&#62;
&#60;p&#62;See this screenshot (First Choice, Second Choice, Third Choice are checkboxes): &#60;a href=&#34;http://i.imgur.com/SggNx.png&#34; rel=&#34;nofollow&#34;&#62;http://i.imgur.com/SggNx.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Where exactly are you adding checkboxes to your list in MailChimp?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>isiemer on "Mailchimp Groups"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/mailchimp-groups#post-30586</link>
			<pubDate>Wed, 20 Jul 2011 18:33:00 +0000</pubDate>
			<dc:creator>isiemer</dc:creator>
			<guid isPermaLink="false">30586@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hmmm, I have check boxes on the form and check boxes in MailChimp. They're both exactly the same however when configuring the MailChimp feed in WP it does not appear as a list field.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Mailchimp Groups"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/mailchimp-groups#post-30585</link>
			<pubDate>Wed, 20 Jul 2011 18:27:45 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">30585@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes, you should be able to map a MailChimp Custom Field to a checkbox field on your form.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
