<?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: Trigger event after submit on form</title>
		<link>https://legacy.forums.gravityhelp.com/topic/trigger-event-after-submit-on-form</link>
		<description>Gravity Support Forums Topic: Trigger event after submit on form</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 19:19:06 +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/trigger-event-after-submit-on-form" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "Trigger event after submit on form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/trigger-event-after-submit-on-form#post-28383</link>
			<pubDate>Thu, 23 Jun 2011 12:02:42 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">28383@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You would have to use the gform_post_submission hook to trigger that function call when the form is submitted.  Your custom code would go in your themes functions.php file.  It sounds like you may want to hire a developer to assist you with this, you don't need to use the gform_submit_button hook.  So you may want to hire someone that fully understands how to use hooks/filters to assist you with this customization.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>twessel on "Trigger event after submit on form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/trigger-event-after-submit-on-form#post-28367</link>
			<pubDate>Thu, 23 Jun 2011 06:30:16 +0000</pubDate>
			<dc:creator>twessel</dc:creator>
			<guid isPermaLink="false">28367@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ok, here's the function for that plugin that needs to be triggered 'get_video_thumbnail($post_id)'.&#60;/p&#62;
&#60;p&#62;I'm trying to get this to &#34;trigger&#34; when the form is submitted. Do I add it to the function.php with this? Am I missing anything else? Sorry for being such a noob.&#60;/p&#62;
&#60;p&#62;'add_filter(&#34;gform_submit_button&#34;, &#34;form_submit_button&#34;, 10, 2);&#60;br /&#62;
function form_submit_button($button, $form){&#60;br /&#62;
return &#34;&#38;lt;button class='button' id='gform_submit_button_{$form[&#34;id&#34;]}'&#38;gt;&#38;lt;span&#38;gt;Submit&#38;lt;/span&#38;gt;&#38;lt;/button&#38;gt;&#34;;&#60;br /&#62;
}'
&#60;/p&#62;</description>
		</item>
		<item>
			<title>twessel on "Trigger event after submit on form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/trigger-event-after-submit-on-form#post-28213</link>
			<pubDate>Mon, 20 Jun 2011 20:33:31 +0000</pubDate>
			<dc:creator>twessel</dc:creator>
			<guid isPermaLink="false">28213@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hmmm. Not very familiar. It's a single file plugin so maybe I can look around or ask the author unless you have an example. I understand it's not your job though. Anyway, thanks for a nice plugin. Very simple to get going.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Trigger event after submit on form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/trigger-event-after-submit-on-form#post-28175</link>
			<pubDate>Mon, 20 Jun 2011 13:10:00 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">28175@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes, you'd probably have to call a function of some sort to trigger this plugin.  It's not going to happen automatically.  How comfortable are you with PHP and WordPress development using hooks and filters? The first thing you'd need to do is be familiar with how that plugin works and how you could trigger it's functionality using code.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>twessel on "Trigger event after submit on form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/trigger-event-after-submit-on-form#post-28161</link>
			<pubDate>Mon, 20 Jun 2011 08:29:30 +0000</pubDate>
			<dc:creator>twessel</dc:creator>
			<guid isPermaLink="false">28161@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Howdy. I'm using a plugin that generates a post thumbnail automatically when a post with a URL is submitted. It's called Video Thumbnails (&#60;a href=&#34;http://sutherlandboswell.com/2010/11/wordpress-video-thumbnails/)&#34; rel=&#34;nofollow&#34;&#62;http://sutherlandboswell.com/2010/11/wordpress-video-thumbnails/)&#60;/a&#62;. It works on the backend but on my front-end form it doesn't. Do I need to call function or script when submit is clicked on the front-end in order for it to work properly? Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
