PDA

View Full Version : form monkey business


chilly
08-09-2001, 09:21 PM
hello all,

built a site in flash 5 (and posted on tripod) with a simple form that allows users to enter their name, address, phone, email, and rsvp for a reunion. (http://recyclethe80s.tripod.com/reunion.html)

obviously have done it wrong, because no emails have been delivered.

any tips on script that should go on the button in flash and in the cgi-bin on tripod?

thanks to any and all helpers

~chilly

Strok
08-16-2001, 11:49 PM
Your code:

on (release) {
to = "bwhitney@kruskopfolson.com";
subject = "rsvp";
loadVariables ("http://recyclethe80s.tripod.com/cgi-bin", "POST");
}


You have to use some script (CGI ASP PHP)to send the email

Check this post:
http://www.actionscripts.org/forums/showthread.php3?threadid=228

It will help you for sure