smbrayton Posted May 24, 2007 Share Posted May 24, 2007 Hi, i have an issue, i installed, Contact Us Super Enhancement V1.4, i installed it but i cannot get it to go to the success page that your e-mail has been sent, i cannot do a screen shot but here is my link: http://www.licenseplatesgalore.com/contact...748041111d24eaa this is how it is when you send an e-mail, it was working fine until i installed this. Any help Scott Link to comment Share on other sites More sharing options...
Guest Posted May 24, 2007 Share Posted May 24, 2007 Hi,i have an issue, i installed, Contact Us Super Enhancement V1.4, i installed it but i cannot get it to go to the success page that your e-mail has been sent, i cannot do a screen shot but here is my link: http://www.licenseplatesgalore.com/contact...748041111d24eaa this is how it is when you send an e-mail, it was working fine until i installed this. Any help Scott Sent two, both successful, but it was not the Contact Us Super Enhancement V1.4 page Link to comment Share on other sites More sharing options...
smbrayton Posted May 24, 2007 Author Share Posted May 24, 2007 Hi, I removed the super contact form because it would not go to the success page, it just stayed at the cintact us page, i will reinstall and you can do another test and you will see, i know it is just a piece of code, just cannot figure. Scott Link to comment Share on other sites More sharing options...
smbrayton Posted May 24, 2007 Author Share Posted May 24, 2007 Hi, Thank you Coopo for looking into this for me, i did figure out the issue, i had to change the following: if (isset($HTTP_GET_VARS['action']) && ($HTTP_GET_VARS['action'] == 'success')) { and it should look like this: if (isset($HTTP_GET_VARS['action']) && ($HTTP_GET_VARS['action'] == 'send')) { I did it in one spot but did not know there was another. So all set. Thank you for your time. Scott Link to comment Share on other sites More sharing options...
Guest Posted May 24, 2007 Share Posted May 24, 2007 Hi,Thank you Coopo for looking into this for me, i did figure out the issue, i had to change the following: if (isset($HTTP_GET_VARS['action']) && ($HTTP_GET_VARS['action'] == 'success')) { and it should look like this: if (isset($HTTP_GET_VARS['action']) && ($HTTP_GET_VARS['action'] == 'send')) { I did it in one spot but did not know there was another. So all set. Thank you for your time. Scott No problem. I just did a test email before I read your last post. It worked. Great that you found the problem. Link to comment Share on other sites More sharing options...
smbrayton Posted May 24, 2007 Author Share Posted May 24, 2007 Yes i recieved both of them, i only use one e-mail address for now. Nice job on the as it looks really nice and professional. Than you for your time. scott Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.