sub good_app {
print "Content-type: text\/html\n\n";
print "<html><head><title>Thank you<\/title><\/head>\n";
print "<body><p><h2>Thank you for completing our survey.<\/h2><\/p><\/body><\/html>\n";
}
I think it's something with the way my formmail.pl file is coded, but I don't know the code to understand how to change it.
Any suggestions?
you should replace the "thank you page" output in your mail script with a "Location: " HTTP response header that points to your custom thank you page.