<?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: Valid some Special Characters for Emails</title>
		<link>https://legacy.forums.gravityhelp.com/topic/valid-some-special-characters-for-emails</link>
		<description>Gravity Support Forums Topic: Valid some Special Characters for Emails</description>
		<language>en-US</language>
		<pubDate>Tue, 21 Apr 2026 05:37:37 +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/valid-some-special-characters-for-emails" rel="self" type="application/rss+xml" />

		<item>
			<title>victor on "Valid some Special Characters for Emails"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/valid-some-special-characters-for-emails#post-11035</link>
			<pubDate>Tue, 12 Oct 2010 03:01:36 +0000</pubDate>
			<dc:creator>victor</dc:creator>
			<guid isPermaLink="false">11035@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Carl,&#60;/p&#62;
&#60;p&#62;Would be a good idea create &#34;add_filters&#34; for that kind of data. And others to change the HTML.&#60;/p&#62;
&#60;p&#62;Thanks for your help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Valid some Special Characters for Emails"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/valid-some-special-characters-for-emails#post-11029</link>
			<pubDate>Mon, 11 Oct 2010 17:48:29 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">11029@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes, if that is what you need to change the only way to change it would be to change the core plugin code in common.php as their is currently no hook for that.  But we can look into adding a hook in the next release.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>victor on "Valid some Special Characters for Emails"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/valid-some-special-characters-for-emails#post-11026</link>
			<pubDate>Mon, 11 Oct 2010 17:14:15 +0000</pubDate>
			<dc:creator>victor</dc:creator>
			<guid isPermaLink="false">11026@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Carl,&#60;/p&#62;
&#60;p&#62;My email have an &#34;ñ&#34;. If I don't change &#34;is_valid_email&#34; REGEX, &#34;Notifications&#34; -&#38;gt; &#34;Send To Email&#34; is not valid.&#60;/p&#62;
&#60;p&#62;Is the only way change it on common.php?&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Valid some Special Characters for Emails"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/valid-some-special-characters-for-emails#post-11019</link>
			<pubDate>Mon, 11 Oct 2010 15:36:20 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">11019@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;What exactly are you trying to accomplish? There is no filter on the is_valid_email that I am aware of and i'm not sure why you would need to change backend notification functionality.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>victor on "Valid some Special Characters for Emails"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/valid-some-special-characters-for-emails#post-11015</link>
			<pubDate>Mon, 11 Oct 2010 13:53:19 +0000</pubDate>
			<dc:creator>victor</dc:creator>
			<guid isPermaLink="false">11015@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Carl,&#60;/p&#62;
&#60;p&#62;I need to change it for backend and frontend.&#60;/p&#62;
&#60;p&#62;The function to add a filter is &#34;is_valid_email&#34; on common.php. Can I do that with a filter?&#60;/p&#62;
&#60;p&#62;The Code:&#60;br /&#62;
&#60;a href=&#34;http://www.pastie.org/1213458&#34; rel=&#34;nofollow&#34;&#62;http://www.pastie.org/1213458&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks.&#60;/p&#62;
&#60;p&#62;PD: Sorry for my bad English.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Valid some Special Characters for Emails"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/valid-some-special-characters-for-emails#post-11001</link>
			<pubDate>Mon, 11 Oct 2010 11:22:04 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">11001@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can create custom validation using the gform_validation filter.  This is an advanced customization and in your case you would need to write a custom REGEX expression to validate what you want to do.&#60;/p&#62;
&#60;p&#62;I can't write the customization for you as it is a customization but the gform_validation filter looks like this, keep in mind this example:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
add_filter(&#38;#39;gform_validation&#38;#39;, &#38;#39;custom_validation&#38;#39;);
function custom_validation($validation_result){
// set the form validation to false
$validation_result[&#38;quot;is_valid&#38;quot;] = false;
$form = $validation_result[&#38;quot;form&#38;quot;];
// specify the first field to be invalid and provide custom validation message
$form[&#38;quot;fields&#38;quot;][0][&#38;quot;failed_validation&#38;quot;] = true;
$form[&#38;quot;fields&#38;quot;][0][&#38;quot;validation_message&#38;quot;] = &#38;quot;This field is invalid!&#38;quot;;
// update the form in the validation result with the form object you modified
$validation_result[&#38;quot;form&#38;quot;] = $form;
return $validation_result;
}
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If you need assistance writing this customization I can refer you to a WordPress consultant with Gravity Forms development experience who could work with you on this.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>victor on "Valid some Special Characters for Emails"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/valid-some-special-characters-for-emails#post-10982</link>
			<pubDate>Sun, 10 Oct 2010 13:06:59 +0000</pubDate>
			<dc:creator>victor</dc:creator>
			<guid isPermaLink="false">10982@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
I need to validate some special characters (ñ) for Notifications and Forms.&#60;br /&#62;
How can I do it?&#60;br /&#62;
Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
