MailPost can display a custom success screen by using the success variable. If this variable points to a fully qualified URL (http://www.my-domain.com/success.html) MailPost will redirect the user to that page. However, if the success variable contains a filename of an HTML document, MailPost will display that document as the success page. Using that document, MailPost will also perform variable substitution, just as it does with template files.
For this example, you will be able to select from 3 different success variables -- none, a URL, and an HTML file. Selecting "none" will display MailPost's standard success page. Selecting "URL" will send the user to that URL. Selecting "HTML" will display the HTML page with variable substitution.
The following actions were taken to produce the result:
To: mailpost@mcenter.com From: mailpost@mcenter.com Subject: Success page example Thanks, [name] for filling out this form.
Note that all of these files can be named whatever you wish.