HTML Form
3 posters
Page 1 of 1
HTML Form
I read this : https://help.forumotion.com/tricks-tips-f32/contact-form-t37709.htm
And... I'm really confused, because it won't send the data to my e-mail
Here the code that I try to use
I try it and check my e-mail... Then nothing comes out
Help me please~
Or maybe are there any way to make it sent to PM or a thread instead?
And... I'm really confused, because it won't send the data to my e-mail
Here the code that I try to use
- Code:
<font size="3" color="black"><form action="mailto:XXXXXX@yahoo.co.id" method="post" enctype="text/plain">
<img src="http://i47.tinypic.com/2ijnp00.jpg"></img><br><br>
Username (Sender) :<br><input type="text" name="Sender"><br>
Username (Receiver) :<br><input type="text" name="Receiver"><br><br>
You want to :<br>
<input type="radio" name="Buy" value="Buy" /> Buy<br>
<input type="radio" name="Sell" value="Sell" /> Sell<br>
<input type="radio" name="Change Order" value="Change Order" /> Change Order<br><br>
Choose Medals That You Want To Buy / Sell :<br><form>
<input type="checkbox" name="vehicle" value="Bike" /> 1
<input type="checkbox" name="vehicle" value="Car" /> 2<br><br>
</form>
<input type="submit" value="Submit">
</form></font>
I try it and check my e-mail... Then nothing comes out
Help me please~
Or maybe are there any way to make it sent to PM or a thread instead?
Kuro L Lawliet- Forumember
- Posts : 123
Reputation : 10
Language : English
Re: HTML Form
You have to remove the word "Buy" from HTML pages for them to work.
KingOfSports- Hyperactive
-
Posts : 2487
Reputation : 38
Language :
Location :
Re: HTML Form
Eh? Why is Buy becomes the problem?
Am I need to remove all word "Buy" ?
EDIT : I Already remove all the word Buy but it still won't work
Am I need to remove all word "Buy" ?
EDIT : I Already remove all the word Buy but it still won't work
Kuro L Lawliet- Forumember
- Posts : 123
Reputation : 10
Language : English
Re: HTML Form
Hello,
I think the code has a bug.
This code should fix it...
And remember to replace your e-mail id with 'XXXXXX'
I think the code has a bug.
This code should fix it...
- Code:
<font size="3" color="black"><form action="mailto:XXXXXX@yahoo.co.id" method="post" enctype="text/plain">
<img src="http://i47.tinypic.com/2ijnp00.jpg"></img><br><br>
Username (Sender) :<br><input type="text" name="Sender"><br>
Username (Receiver) :<br><input type="text" name="Receiver"><br><br>
You want to :<br>
<input type="radio" name="Buy" value="Buy" /> Buy<br>
<input type="radio" name="Sell" value="Sell" /> Sell<br>
<input type="radio" name="Change Order" value="Change Order" /> Change Order<br><br>
Choose Medals That You Want To Buy / Sell :<br><form>
<input type="checkbox" name="vehicle" value="Bike" /> 1
<input type="checkbox" name="vehicle" value="Car" /> 2<br><br>
<input type="submit" value="Submit">
</form></font>
And remember to replace your e-mail id with 'XXXXXX'
ankillien- Energetic
- Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL
Re: HTML Form
Erm... What in my code that cause the bug?
Kuro L Lawliet- Forumember
- Posts : 123
Reputation : 10
Language : English
Re: HTML Form
This part...
You closed the form tag before adding the submit button.
- Code:
<input type="checkbox" name="vehicle" value="Car" /> 2<br><br>
</form>
<input type="submit" value="Submit">
</form></font>
You closed the form tag before adding the submit button.
ankillien- Energetic
- Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

» How to Embed a Google Docs Form into an HTML page using HTML Pages Management
» HTML Page Login Form redirect to another Html Page when failed
» Help With HTML Form Please
» HTML Form coding
» Form to HTML/BB?
» HTML Page Login Form redirect to another Html Page when failed
» Help With HTML Form Please
» HTML Form coding
» Form to HTML/BB?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum