tables80 Posted March 9, 2007 Share Posted March 9, 2007 Hello, Ive just finshed setting up a contact form that uses PHP, once the form is sent it takes to you the "thanks email been sent" page. Is there anyway i can get this page to re-direct back to the homepage after say 5 seconds. OR insert a link to this php page that the user clicks to take them back. Any help would be super as the form leaves the user at a dead end at the moment. Many thanks Newbie Dreamweaver8 user Link to comment https://forums.phpfreaks.com/topic/41979-contact-form-sent/ Share on other sites More sharing options...
redarrow Posted March 9, 2007 Share Posted March 9, 2007 Goes on the thank you page. <?php echo '<META HTTP-EQUIV="Refresh" Content="5; URL=index.php">'; ?> Link to comment https://forums.phpfreaks.com/topic/41979-contact-form-sent/#findComment-203544 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.