Announcement

Collapse
No announcement yet.

How do I change the page a customer is returned to after they click 'send' on the ...

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How do I change the page a customer is returned to after they click 'send' on the ...

    How do I change the page a customer is returned to after they click 'send' on the Contact Us page?

    To specify the bounce destination

    Go to C:\Program Files\Actinic v8\Sites\Site1 (or equivalent) and find the file MailForm.pl.

    Right click to open in a text editor like Notepad.

    Search for 'GetLastShopPage', you should see the line...

    $::g_sContentUrl, $::g_pSetupBlob, $::Session->GetLastShopPage(),\%::g_InputHash,

    replace this with...

    $::g_sContentUrl, $::g_pSetupBlob, "http://myserver.com/acatalog/page.html", \%::g_InputHash,

    Replace http://myserver.com/acatalog/page.html with the URL of the page to bounce to.
    Save and Exit. Update the site.

    SellerDeck is not able to provide any detailed support for script changes made. If you find that there is a problem, an original copy of the script can be found within the 'Original' folder in your installation. Copy this into your site folder, replace the script you have changed and upload to you site. If you have a test facility, we strongly recommend that you test any changes before you upload them to your live site.
Working...
X