I have my web hosting through Yahoo and I%26#039;ve learned XHTML and CSS on my own. I wrote all of the markup, but I was having problems with my own forms, so I decided to try Yahoo%26#039;s Email form Add On.
Everything looks great but when I test the Submit function, it takes me to a screen that says %26quot;Incorrect request to userForm.%26quot;
I%26#039;ve followed all of the instructions (including editing my alternate email address) and I talked to tech support, who told me that the code is incomplete and to copy and paste it over again. But the code is the same:
%26lt;form method=post action=%26quot;http://us.1.p12.webhosting.yahoo...
Please note, I replaced my login information with the {email} just in case it%26#039;s unsafe to put that out there.
Any recommendations? I thought putting form method=%26quot;post%26quot; in quotations would help, but no go.
Thanks.
I can%26#039;t fix this email form code.?
is the form in javascript? it should pass over information when submitted, for example a simple email newsletter button would have a text field for email addy and on submit would pass the information into a script/ database? its where web dev gets hard is the sever side stuff.
I can%26#039;t fix this email form code.?
You%26#039;ll need to chop up your code into short pieces for it to display correctly on here.
Like:
%26lt;form method=post action=%26quot;
http://us.1.p12.webhosting.yahoo.com/for...
%26quot;%26gt;
%26lt;input type=...
%26lt;input...
%26lt;/form%26gt;
No comments:
Post a Comment