View Single Post
  #11  
Old 07-17-2008, 12:37 PM
 
luxor luxor is offline
 

Senior Member
  
Join Date: Apr 2007
Posts: 120
 

Default Re: send_to_friend.tpl pop up

I have a simple solution I use.

add this to the end of send_to_friend.php before the final }

func_header_location("thankyoupage.php");

this will load thankyoupage.php after a succesful submit. you can stylize this page all you like.
__________________
v4.1.8 GOLD
Reply With Quote