PDA

View Full Version : html form question.



negis12
05-08-2006, 04:24 AM
Hey when i make a form and put it on my site it always says "This Form Is In-Operational" So i tried to see if it worked and nothing happened. The form comes out 100% correct and i have followed tutorials and generators but it always says the same thing and dosn't work. Any suggestions? or a recomendation to a site or genarator your sure that works? :)

?WhyNot?
05-08-2006, 04:32 AM
Well post code?

negis12
05-08-2006, 04:46 AM
<html>
<body>
<form>
<select name="shoutouts and requests">
<option value="Shoutout">Shoutout
<option value="Request">Request
<option value="Question">Question
<option value="Compition">Compition
<option value="Other">Other
</select>
<Br><textarea rows="5" cols="20" wrap="physical" name="comments">
</textarea>
<Br>
<input type="submit" value="Air It">
<input type="reset" value="Reset it!">
</form>
</body>
</html>

?WhyNot?
05-08-2006, 04:53 AM
You didn't actually follow the tutorials. What do you want your form to do? Send an email? Because your form doesn't get anywhere. You need to put <FORM action="url" method="get or post">. It depends on what you want to do =/

negis12
05-08-2006, 04:54 AM
ok where does that go? and yes i want it to send a email.

?WhyNot?
05-08-2006, 04:58 AM
Well you'll need PHP. Does your domain accept PHP?

By the way, I got to go sleep, sorry. Another member will help you or I'll help you tomorrow.

G'night.

Jae
05-08-2006, 02:10 PM
You using Freewebs ?

negis12
05-08-2006, 03:32 PM
i am, but the html builder. I am going to make a very nice site with it.

PixelResources
05-08-2006, 05:24 PM
You wont be able to make a decent form with PHP then, you can use this but thats it;

<html>
<body>
<form action="[email protected]" method="post">
<select name="shoutouts and requests">
<option value="Shoutout">Shoutout</option>
<option value="Request">Request</option>
<option value="Question">Question</option>
<option value="Compition">Compition</option>
<option value="Other">Other</option>
</select>
<Br><textarea rows="5" cols="20" wrap="physical" name="comments">
</textarea>
<Br>
<input type="submit" value="Air It">
<input type="reset" value="Reset it!">
</form>
</body>
</html>

And why dont you get a proper request system?

Edit you didnt end the option tags..

negis12
06-08-2006, 12:38 AM
will that send peoples requests and shouts, stuff like that into the e-mail i put for form action? Also it says dat provisanry users can't make that type of form and that form is inoperational. so then what does that mean?

reindeer.
07-08-2006, 07:54 PM
www.freedback.com (http://www.freedback.com) ;)

negis12
07-08-2006, 09:18 PM
i tried that it dosn't work. :(

Mentor
07-08-2006, 10:36 PM
http://thybag.co.uk/?p=formH can handle forms if you need a form handler

negis12
07-08-2006, 11:02 PM
how do i set it to go to a certain email?

Want to hide these adverts? Register an account for free!