Mood: irritated
Now Playing: Help with form-handler email...
Topic: HTML Questions
Can anyone help with this problem???... I have a simple form that I'm trying to use to test the form handler email in Angelfire...
But every time I click Submit, here's what I get:
"Oops!
We can only accept forms that come from a Angelfire URL. Sorry! "
Does anyone know what that means???...
Here is my code... i found it on the web and cut and pasted it into my Angelfire directory... ANY suggestions/corrections welcome... I'm new to web pages and cgi sooooooooo... I can always use help and direction...
<html>
<FORM ACTION="/cgi-bin/script_library/form_handler_mail" METHOD=POST>
<INPUT TYPE="hidden" NAME="email_to" VALUE="myemail@myisp.com">
Feedback:<br/>
<textarea name=body cols="40">
This is a test of sending email from an HTML page.
</textarea>
<input type="submit" value="Send Feedback">
</form>
<body>
</body>
</html>
Thanks...