LOADING
Loading
Hi , welcome back.
LogoutLOGOUT
 
  Lost password?  
Hi
 




 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 04-18-2006, 11:15 PM
Bobloadmire Bobloadmire is offline
Registered User
 
Join Date: Apr 2006
Posts: 18
Rep Power: 0
Bobloadmire is on a distinguished road
Form Mail help. should be simple, I'm just dumb!

Okay doing form mail in my website. here's the script i'm using.
Actionscript:
//--------------------<send form LoadVars>---------------------\\
var gatherForm:LoadVars = new LoadVars();

function sendForm() {
	gatherForm.recipient = "brad@bsaudio.org";
	gatherForm.subject = "Email From Contact Page"
	gatherForm.realname = contactForm.userName.text;
	gatherForm.email = contactForm.userEmail.text;
	gatherForm.visitor_comments = contactForm.userComments.text;
	
	gatherForm.send("http://formmail.dreamhost.com/cgi-bin/formmail.cgi", "_blank", "POST"); 
}
//--------------------</send form LoadVars>---------------------\\

I get this error when i use my form in flash:
"The HTML form fails to specify the POST method, so it would not be correct for this script to take any action in response to your request. If you are attempting to configure this form to run with FormMail, you need to set the request method to POST in the opening form tag, like this: <form action="/cgi-bin/FormMail.pl" method="post">"




Here's the page that explains all of the form rouls that my Server has:http://formmail.dreamhost.com/ It should give you info on how to solve my problem. i have never done this form mail stuff before, so thanks for helping a noob out.

here's the website i'm trying to use this on. http://bsaudio.org/Home.htm
click on the contact info button to see the error i get. thanks

THANKS!

Last edited by Bobloadmire : 04-18-2006 at 11:17 PM
Reply With Quote
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Flash MX Mail Form using PHP is driving me crazy! jaguaru Flash MX 2 04-28-2011 03:04 PM
Form mail and mail attachment help needed mike78 Newbies 0 05-21-2006 08:25 AM
visitors name not displayed in mail after filling in mail form made on earth Web Platforms - PHP, JSP and .NET 1 11-28-2005 02:47 PM
mail form help acetobase Web Platforms - PHP, JSP and .NET 5 10-18-2005 04:24 AM
Need advice with mail form irekmg Web Platforms - PHP, JSP and .NET 6 06-09-2002 08:08 AM




All times are GMT. The time now is 03:18 PM.