View Single Post
Old 06-04-2013, 01:27 AM  
Harvey Specter
Registered User
 
Harvey Specter's Avatar
 
Industry Role:
Join Date: Apr 2013
Posts: 13
When your script redirects back to the original page (Should be something like: header("Location:/pagexyz.php"); ) just add a variable like pagexyz.php?subscribe=success

Then on your form, just wrap the form in something like:
if($_GET['subscribe']){ echo "Thank you!";}else{ #YOUR FORM INFO }
Harvey Specter is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote