PDA

View Full Version : help with mailform ASAP needed



Eyeball
March 27th, 2003, 07:32 PM
hi there

i downloaded a free MailForm.pl from one site and uploaded it into my server into my cgi-bin, when i use mail form in flash MX in the internet it simply doesn't work. please can anybody walk me through how to use and set up my mailform.pl Please need it so bad. bellow is AS for my mail form I am using MX. I also uploaded a zipped Mailform.pl file in case. Please help us
__________________________________


userComments = new LoadVars();
userComments.onLoad = function(success) {
if (success) {
gotoAndStop("output");
} else {
gotoAndStop("error");
}
};
function sendComments() {
var obj = userComments;
obj.from = fromEmail.text;
obj.name = fromName.text;
obj.to = "okandy@msn.com";
obj.subject = "comments";
obj.comments = comments.text;
userComments.sendAndLoad("http://www.wallpapertools.com/cgi-bin/FormMail.pl", userComments, "POST");
gotoAndStop("wait");
}
_____________________________

UNFLUX
March 27th, 2003, 07:43 PM
does your server support php? SOOOO much easier to do this if it
does.

Eyeball
March 28th, 2003, 08:09 PM
yes it does support

but where can i get php mail form for free.
at least pearl is free

any ideas
and even if u have a free php form so can u walk me thru

thx a lot

ahmed
March 28th, 2003, 08:22 PM
http://www.kirupaforum.com/forums/showthread.php?s=&threadid=17623&highlight=php :)