<?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: Custom Email Field Validation Message Not Working With Mailchimp Addon Enabled</title>
		<link>https://legacy.forums.gravityhelp.com/topic/custom-email-field-validation-message-not-working-with-mailchimp-addon-enabled</link>
		<description>Gravity Support Forums Topic: Custom Email Field Validation Message Not Working With Mailchimp Addon Enabled</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 06:22:31 +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/custom-email-field-validation-message-not-working-with-mailchimp-addon-enabled" rel="self" type="application/rss+xml" />

		<item>
			<title>David Peralty on "Custom Email Field Validation Message Not Working With Mailchimp Addon Enabled"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-email-field-validation-message-not-working-with-mailchimp-addon-enabled#post-257966</link>
			<pubDate>Fri, 17 May 2013 12:57:41 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">257966@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Glad you were able to figure it out.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Tim on "Custom Email Field Validation Message Not Working With Mailchimp Addon Enabled"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-email-field-validation-message-not-working-with-mailchimp-addon-enabled#post-257902</link>
			<pubDate>Fri, 17 May 2013 12:30:45 +0000</pubDate>
			<dc:creator>Tim</dc:creator>
			<guid isPermaLink="false">257902@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Issue resolved.  MailChimp addon not at fault.  User Registration addon causing the confusing error message.&#60;/p&#62;
&#60;p&#62;Solved by the following code in functions.php :&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;quot;gform_user_registration_validation_message&#38;quot;, &#38;quot;update_validation_msgs&#38;quot;, 10, 2);

function update_validation_msgs($message, $form) {
	if($message == &#38;#39;The username can not be empty&#38;#39;)
	$message = &#38;#39;Email is required.&#38;#39;;
	return $message;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Tim on "Custom Email Field Validation Message Not Working With Mailchimp Addon Enabled"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-email-field-validation-message-not-working-with-mailchimp-addon-enabled#post-257857</link>
			<pubDate>Fri, 17 May 2013 11:49:48 +0000</pubDate>
			<dc:creator>Tim</dc:creator>
			<guid isPermaLink="false">257857@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Working fine standalone - but does not display custom message when connected to the MailChimp addon.&#60;/p&#62;
&#60;p&#62;Site in development, public URL not available.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
