<?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: Are there any &#34;how to&#34; guides</title>
		<link>https://legacy.forums.gravityhelp.com/topic/are-there-any-how-to-guides</link>
		<description>Gravity Support Forums Topic: Are there any &quot;how to&quot; guides</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 03:27:44 +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/are-there-any-how-to-guides" rel="self" type="application/rss+xml" />

		<item>
			<title>Alex Cancado on "Are there any &#34;how to&#34; guides"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/are-there-any-how-to-guides#post-5329</link>
			<pubDate>Sat, 08 May 2010 21:41:05 +0000</pubDate>
			<dc:creator>Alex Cancado</dc:creator>
			<guid isPermaLink="false">5329@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The following code snippet uses the &#34;gforms_post_submission&#34; hook. This hook fires after every valid submission (after validation has taken place). You need to place this code in your theme's functions.php file. You can then modify it to save the date in your mysql database.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;quot;gform_post_submission&#38;quot;, &#38;quot;save_date&#38;quot;, 10, 2);
function save_date($entry, $form){
   echo &#38;quot;date: &#38;quot; . $entry[&#38;quot;date_created&#38;quot;];
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;As far as your second question, the advanced fields (email, phone, etc...) do have validation that enforce data to conform to the right format. However, we currently don't have support for custom validation, so you won't be able to add your own rules. We will build that in eventually, but it is not currently supported.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>heppy on "Are there any &#34;how to&#34; guides"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/are-there-any-how-to-guides#post-5327</link>
			<pubDate>Sat, 08 May 2010 05:44:11 +0000</pubDate>
			<dc:creator>heppy</dc:creator>
			<guid isPermaLink="false">5327@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Alex,&#60;br /&#62;
I want to work with the date submitted through forms. Sometimes to display on a web page - other times to add into a mysql database.&#60;br /&#62;
I presume I need to put some php or mysql code in place but not sure where to put it - is it one of the hooks?&#60;br /&#62;
Also - haven't tested this yet but i presume there is some validation of data input - for example in the email field - I presume there is a check that the input is in a valid email format. Can I add to that to put tin my own checks and validation on the input data?&#60;br /&#62;
Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Alex Cancado on "Are there any &#34;how to&#34; guides"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/are-there-any-how-to-guides#post-5316</link>
			<pubDate>Fri, 07 May 2010 21:22:08 +0000</pubDate>
			<dc:creator>Alex Cancado</dc:creator>
			<guid isPermaLink="false">5316@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;We don't have a very good API/Hook documentation yet. However, I will be glad to help you out if you give a little more details on what you are trying to accomplish.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>heppy on "Are there any &#34;how to&#34; guides"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/are-there-any-how-to-guides#post-5305</link>
			<pubDate>Fri, 07 May 2010 11:54:01 +0000</pubDate>
			<dc:creator>heppy</dc:creator>
			<guid isPermaLink="false">5305@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, new to the site. I'm looking for some guidance on integrating the forms with mysql databases - anybody point me in the right direction?&#60;br /&#62;
Cheers
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
