View Single Post
  #2  
Old 04-28-2010, 05:54 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: Redirect the contact page upon submit

include/help.php
Code:
func_header_location("help.php?section=contactus&mode=sent");

You can change this to ...
Code:
func_header_location("pages.php?pageid=1");
Or whatever you like.
__________________
xcartmods.co.uk
Reply With Quote