This line should be changed to the address of the FormMail script on your server:
<form METHOD=POST ACTION="Link here">
But what does that mean where should i look for that link??

This line should be changed to the address of the FormMail script on your server:
<form METHOD=POST ACTION="Link here">
But what does that mean where should i look for that link??
I owe rep to:
NintendoNews & Luckyrare
why not check it and see??
I think he means where is the form handeler.
REMOVED
Edited by jesus (Forum Super Moderator): Please do not have text in your signature which is over size 4.
Well i created the form so... shall i leave that out?
I owe rep to:
NintendoNews & Luckyrare
Well teh fom just takes imputs, without a form handler it wont do much with them, if you need to create one see my tut http://habboxforum.com/showthread.php?t=26889
What you need to do is create a file that will send off your message. When u put something in your form and click send it then sends it to a php file which redirects it to your inbox. Or alternitavely just send it strights their for that where it says action add mailtomailadress
Chilimagik.net // Reviews, Band Biographies, News, Pics + Loads More!!
[Thybag.co.uk - Vive la revolutione]
So............................
Does this code look ok:
<center>
<form METHOD=POST ACTION="http://www.mattz.net/confirm.htm">
<input type=hidden name="redirect" value="http://www.mattz.net/confirm.htm">
<input type="hidden" name="pecipient" value="[email protected]">
<input type="hidden" name="subject" value="Mattz Form">
<p>Name: <input TYPE="text" NAME="Name" SIZE="20" MAXLENGTH="20">
<P>
Message Type:
<P>
<input TYPE="radio" NAME="Radio" Value="Request">Request
<input TYPE="radio" NAME="Radio" Value="Shoutout">Shoutout
<P>
<input TYPE="radio" NAME="Radio" Value="Joke">Joke
<input TYPE="radio" NAME="Radio" Value="Competition">Competition
<P>
Message <br>
<textarea NAME="Message" ROWS="5" COLS="25" wrap="virtual">
</textarea>
<P>
<input TYPE="submit" NAME="Request" VALUE="Submit">
</form>
</center>
I owe rep to:
NintendoNews & Luckyrare
yep exseply
<form METHOD=POST ACTION="http://www.mattz.net/confirm.htm">
As http://www.mattz.net/confirm.htm being a html file woulnt be able to prosses or send to form, so it would more aless just be deletding all info sent via it?
Want to hide these adverts? Register an account for free!