Lukeslytalker Posted January 22, 2009 Share Posted January 22, 2009 Here's my contact Page. http://www.vantagepointconcepts.com/catalog/contact_us.php I'm trying to figure out what I have to change to have my continue button on my contact page direct me to a different page other than.. http://www.vantagepointconcepts.com/catalog/index.php Instead I would like it to send my users here. http://www.vantagepointconcepts.com/catalo...ow-graphics.php I need it to still process my mail form, but I would like to change the page it sends you to. Link to comment Share on other sites More sharing options...
burt Posted January 22, 2009 Share Posted January 22, 2009 tep_redirect(tep_href_link(FILENAME_CONTACT_US, 'action=success')); but as yours doesn;t do that, then yours might be somethng like tep_redirect(tep_href_link(FILENAME_DEFAULT)); Change that to tep_redirect(tep_href_link('window-graphics.php')); or if you have done it properly (added new page, changed filenames.php etc), something more like tep_redirect(tep_href_link('FILENAME_WONDOW_GRAPHICS')); Link to comment Share on other sites More sharing options...
Lukeslytalker Posted January 22, 2009 Author Share Posted January 22, 2009 Worked like a charm. That was an easy fix. Thanks for the heads up. :rolleyes: Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.