jkatz
1-6-05, 02:45 AM
I've managed to get FormMail working from within a Flash movie, now I'd like to tackle the redirect page. Is there a straighforward way to not jump to the generic FormMail.pl redirect page that you get when the form is successfully sent through email? I know in html you use:
INPUT TYPE = "hidden" NAME = "redirect" VALUE = "http://www.site.com/thanks.html"
to jump to your own redirect page, but here I'd like to either stay in Flash (and go to a "Thanks" movie) or create a simple pop-up that says "Your form has been sent - close window" or something like that. Any ideas? I'd rather not modify FormMail.pl if I can avoid it since other pages call on it as well.
INPUT TYPE = "hidden" NAME = "redirect" VALUE = "http://www.site.com/thanks.html"
to jump to your own redirect page, but here I'd like to either stay in Flash (and go to a "Thanks" movie) or create a simple pop-up that says "Your form has been sent - close window" or something like that. Any ideas? I'd rather not modify FormMail.pl if I can avoid it since other pages call on it as well.