Apr 4th, 2009, 9:36 PM
Hi Kimberly,
I just checked this out, and I think the problem actually lies in your "thankyou" page. Sorry - I thought it was passing "undefined" through the query string.
To prevent it from happening in your page, check that the value is set first:
If this doesn't help, email me back with a few more details. Thanks!
- Ben
I just checked this out, and I think the problem actually lies in your "thankyou" page. Sorry - I thought it was passing "undefined" through the query string.
To prevent it from happening in your page, check that the value is set first:
PHP Code:
if (isset($_GET["error"]))
echo $_GET["error"];
If this doesn't help, email me back with a few more details. Thanks!
- Ben