PDA

View Full Version : What Does This Mean??



lMattz
03-07-2005, 07:49 PM
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??

ED::
03-07-2005, 07:57 PM
why not check it and see??

Mentor
03-07-2005, 07:58 PM
<form METHOD="post" ACTION=" URL OF FORM HANDLER GOES HERE ">

iRoss
03-07-2005, 07:59 PM
I think he means where is the form handeler.

lMattz
03-07-2005, 08:00 PM
Well i created the form so... shall i leave that out?

Mentor
03-07-2005, 08:03 PM
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

splintercell!
03-07-2005, 08:52 PM
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 mailto:Emailadress

Mentor
03-07-2005, 09:06 PM
Athogh the mailto: fuction isnt supported by the majorty of new browsers so about 80% of messages would never get sent so a proper form hanlers a better idea "/

lMattz
04-07-2005, 06:44 PM
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>

Mentor
05-07-2005, 07:02 PM
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?

lMattz
05-07-2005, 08:03 PM
Okay so what do i do lol?

Mentor
05-07-2005, 08:05 PM
get a form handler, then put its url in there insted "/

lMattz
05-07-2005, 08:10 PM
get a form handler, then put its url in there insted "/

O i duno. :S. :'( U know a gd 1?

Mentor
05-07-2005, 08:15 PM
*cough* http://habboxforum.com/showthread.php?t=26889 *cough*

As a tutrorial on them if you would prefer a remotly hosted one, just google it and some should hopefuly be found

lMattz
08-07-2005, 03:20 PM
*cough* http://habboxforum.com/showthread.php?t=26889 *cough*

As a tutrorial on them if you would prefer a remotly hosted one, just google it and some should hopefuly be found

O Dear. Lol That Didnt Really Help.

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