eMarket Solutions Knowledgebase

How do I customise an error page?

To customise a subscriber form error page, it should be a php page (you can also use asp, asp.net, jsp or any other language you are familar with).

To display the error message(s), add the following code:

<?php
$errors = urldecode($_GET['error']);
echo $errors;
?>

into your page. This can be placed anywhere in your design and will show the errors returned from SendManager in the right place.




Article Details

Last Updated
8th of September, 2006

Would you like to...

Print this page Print this page

Email this page Email this page

Post a comment Post a comment

Subscribe me

Add to favorites Add to favorites

Remove Highlighting Remove Highlighting

Edit this Article

Quick Edit

Export to PDF

User Opinions (5 votes)

100% thumbs up 0% thumbs down

How would you rate this answer?



Thank you for rating this answer.

Related Articles

Attachments

No attachments were found.

Visitor Comments

No visitor comments posted. Post a comment

Post a comment

To post a comment for this article, simply complete the form below. Fields marked with an asterisk are required.
   Name:
   Email:
* Comment:
* Enter the code below:
 

Continue