<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>MachForm Community Forums Topic: Redirect after submission</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Redirect after submission</description>
<language>en</language>
<pubDate>Sat, 20 Jun 2026 20:39:29 +0000</pubDate>

<item>
<title>Mick on "Redirect after submission"</title>
<link>https://www.machform.com/forums/topic/redirect-after-submission#post-9904</link>
<pubDate>Sat, 10 Jul 2010 03:24:09 +0000</pubDate>
<dc:creator>Mick</dc:creator>
<guid isPermaLink="false">9904@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Thanks for the reply,&#60;/p&#62;
&#60;p&#62;I have it going to a paypal button when a user clicks submit,&#60;/p&#62;
&#60;p&#62;But i will refer to your post for future :) :)&#60;/p&#62;
&#60;p&#62;Rhank you&#60;br /&#62;
Mick
&#60;/p&#62;</description>
</item>
<item>
<title>redityo on "Redirect after submission"</title>
<link>https://www.machform.com/forums/topic/redirect-after-submission#post-9895</link>
<pubDate>Fri, 09 Jul 2010 10:52:33 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">9895@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Yes, if you want to apply the customization to all forms. You can remove the condition, simply change the code from :&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if ($form_id == 1) {
	$custom_redirect_url = &#38;#39;&#38;lt;meta http-equiv=&#38;quot;Refresh&#38;quot; content=&#38;quot;5;url=http://www.domain.com&#38;quot;&#38;gt;&#38;#39;;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$custom_redirect_url = &#38;#39;&#38;lt;meta http-equiv=&#38;quot;Refresh&#38;quot; content=&#38;quot;5;url=http://www.domain.com&#38;quot;&#38;gt;&#38;#39;;&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>Mick on "Redirect after submission"</title>
<link>https://www.machform.com/forums/topic/redirect-after-submission#post-9887</link>
<pubDate>Thu, 08 Jul 2010 14:52:08 +0000</pubDate>
<dc:creator>Mick</dc:creator>
<guid isPermaLink="false">9887@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Cool,  wasnt me being thick then  :)&#60;/p&#62;
&#60;p&#62;got a problem,  i have 17 forms, i changed the code on them all,  but only the first form redirects,  the rest just stay on the submission page.&#60;/p&#62;
&#60;p&#62;me thinks it could be something with this&#60;br /&#62;
&#34;&#34;if ($form_id == 1) {&#34;&#34;
&#60;/p&#62;</description>
</item>
<item>
<title>redityo on "Redirect after submission"</title>
<link>https://www.machform.com/forums/topic/redirect-after-submission#post-9886</link>
<pubDate>Thu, 08 Jul 2010 13:28:33 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">9886@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Sorry, I have put wrong variable name, it should :&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$custom_redirect_url = &#38;#39;&#38;lt;meta http-equiv=&#38;quot;Refresh&#38;quot; content=&#38;quot;5;url=http://www.domain.com&#38;quot;&#38;gt;&#38;#39;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I've update the code above.
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Redirect after submission"</title>
<link>https://www.machform.com/forums/topic/redirect-after-submission#post-9880</link>
<pubDate>Wed, 07 Jul 2010 19:45:07 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">9880@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi Mick,&#60;/p&#62;
&#60;p&#62;Can you send us your &#34;view-functions.php&#34; file please?&#60;br /&#62;
We'll check it.&#60;/p&#62;
&#60;p&#62;Also, let us know the URL to your form.&#60;/p&#62;
&#60;p&#62;You can mail to: customer.service [at] appnitro.com
&#60;/p&#62;</description>
</item>
<item>
<title>Mick on "Redirect after submission"</title>
<link>https://www.machform.com/forums/topic/redirect-after-submission#post-9876</link>
<pubDate>Wed, 07 Jul 2010 15:53:24 +0000</pubDate>
<dc:creator>Mick</dc:creator>
<guid isPermaLink="false">9876@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Sorry to sound thick,  have followed instructions but it doesnt work :)&#60;/p&#62;
&#60;p&#62;$redirect_url = '&#38;lt;meta http-equiv=&#34;Refresh&#34; content=&#34;5;url=http://www.mobileautoelectrics.co.uk/form/&#34;&#38;gt;';&#60;br /&#62;
}&#60;br /&#62;
		$form_markup = &#38;lt;&#38;lt;&#38;lt;EOT&#60;br /&#62;
&#38;lt;!DOCTYPE html PUBLIC &#34;-//W3C//DTD XHTML 1.0 Transitional//EN&#34; &#34;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&#34;&#38;gt;&#60;br /&#62;
&#38;lt;html xmlns=&#34;http://www.w3.org/1999/xhtml&#34;&#38;gt;&#60;br /&#62;
{$custom_redirect_url}&#60;br /&#62;
&#38;lt;head&#38;gt;&#60;/p&#62;
&#60;p&#62;Is that the right place&#60;/p&#62;
&#60;p&#62;Thank you
&#60;/p&#62;</description>
</item>
<item>
<title>redityo on "Redirect after submission"</title>
<link>https://www.machform.com/forums/topic/redirect-after-submission#post-9847</link>
<pubDate>Sat, 03 Jul 2010 10:49:13 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">9847@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Thank you Divyash...&#60;/p&#62;
&#60;p&#62;For redirect after success page, you can edit &#34;view-functions.php&#34; file for this. Go to around line 2229 and you'll see this code :&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$form_markup = &#38;lt;&#38;lt;&#38;lt;EOT&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;then add these code above that line &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if ($form_id == 1) {
	$custom_redirect_url = &#38;#39;&#38;lt;meta http-equiv=&#38;quot;Refresh&#38;quot; content=&#38;quot;5;url=http://www.domain.com&#38;quot;&#38;gt;&#38;#39;;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;after that go to line 2234 for this code :&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;html xmlns=&#38;quot;http://www.w3.org/1999/xhtml&#38;quot;&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and put this code exactly bellow that line &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;{$custom_redirect_url}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Don't forget  to change the id with yours
&#60;/p&#62;</description>
</item>
<item>
<title>divyashpatel on "Redirect after submission"</title>
<link>https://www.machform.com/forums/topic/redirect-after-submission#post-9845</link>
<pubDate>Sat, 03 Jul 2010 00:13:09 +0000</pubDate>
<dc:creator>divyashpatel</dc:creator>
<guid isPermaLink="false">9845@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;First off, this software was worth every penny and by far the best from what I have seen. Good job Appnitro team!&#60;/p&#62;
&#60;p&#62;My question is this. After a form is submitted and the success page is displayed, how can I have the page be redirected to a URL after x number of seconds?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Divyash
&#60;/p&#62;</description>
</item>

</channel>
</rss>
