<?xml version="1.0" encoding="UTF-8"?>    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
        <title>Enquiry form question</title>
        <link>https://interactivetools.com/forum/forum-posts.php?Enquiry-form-question-78530</link>
        <description></description>
        <pubDate>Mon, 16 Mar 2026 23:50:06 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-posts.php?rss=1&amp;Enquiry-form-question-78530" rel="self" type="application/rss+xml" />

                <item>
          <title>Enquiry form question</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2229622#post2229622</link>
          <description><![CDATA[<p>Hi,</p>
<p>Another way would be like this:</p>
<p><code>    redirectBrowserToURL('/newPage.php?success='.urlencode('Thanks for your enquiry. A representative will deal with your enquiry.'));<br />    $_REQUEST = array(); // clear form values<br />    exit;</code></p>
<p>So at the point when the form has been filled out correctly, you could use the CMSB function redirectBrowserToURL() to send the user to the new page, and include a variable in the URL called success with the success message in.</p>
<p>Then on the page the browser is redirected to:</p>
<p><code>&lt;?php <br />  if(@$_REQUEST['success']){<br />    echo htmlspecialchars($_REQUEST['success']);<br />  }<br />?&gt;</code></p>
<p>So this statement checks if there is variable called success in the url, and if there is it displays its contents. </p>
<p>Let me know if you have any questions.</p>
<p>Thanks!</p>
<p>Greg</p>]]></description>
          <pubDate>Tue, 26 Feb 2013 09:35:07 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2229622#post2229622</guid>
        </item>
                <item>
          <title>Enquiry form question</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2229620#post2229620</link>
          <description><![CDATA[<p>Change the &lt;form&gt; "action" to the address of the page you want it to redirect to.</p>]]></description>
          <pubDate>Tue, 26 Feb 2013 09:07:35 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2229620#post2229620</guid>
        </item>
                <item>
          <title>Enquiry form question</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2229618#post2229618</link>
          <description><![CDATA[<p>Hi</p>
<p>We have an enquiry form on our site. When a form is completed and sent, a message appears on the page to confirm this.</p>
<p>The code is:</p>
<p>$errorsAndAlerts = "Thanks for your enquiry. A representative fwill deal with your enquiry.";<br />$_REQUEST = array(); // clear form values</p>
<p>Rather than displaying the message I would like the users to be redirected to a different page and then have the message displayed there.</p>
<p>Can someone help me with this.</p>
<p>Thanks</p>]]></description>
          <pubDate>Tue, 26 Feb 2013 04:20:43 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2229618#post2229618</guid>
        </item>
              </channel>
    </rss>
  