Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
How to code a form in HTML
Old 10-17-2007, 04:19 PM How to code a form in HTML
Banned

Posts: 1
Trades: 0
Hi,

Can anyone please tell me how to add a form with checkboxes on an html page? I mean I dont want to use form generators, just want to know how to do it and how to code an email address where the information added in forms can be emailed to.

Looking forward to your posts.

Thanks,

Young Washington,
<removed link drop >

Last edited by chrishirst; 10-17-2007 at 04:49 PM..
youngwashington is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 10-18-2007, 11:26 AM Re: How to code a form in HTML
Super Talker

Posts: 134
Trades: 0
HTML Code:
<form action="someone@isp.com">
<input type = "checkbox" name="checkbox1"/> option 1 <br />
<input type = "checkbox" name="checkbox2"/> option 2 <br />
<input type = "checkbox" name="checkbox3"/> option 3 <br />
<input type = "submit" value="send"/> option 1 <br />
</form>
__________________

Please login or register to view this content. Registration is FREE

Check out the Facebook Clone build with Jcow SNS at
Please login or register to view this content. Registration is FREE
, it is free and it always will be
Falcone is offline
Reply With Quote
View Public Profile
 
Old 10-18-2007, 11:43 AM Re: How to code a form in HTML
Foundationflash's Avatar
Ultra Talker

Posts: 410
Name: Harry Burt
Location: Colchester, Essex, England
Trades: 0
Quote:
Originally Posted by Falcone View Post
HTML Code:
<form action="someone@isp.com">
<input type = "checkbox" name="checkbox1"/> option 1 <br />
<input type = "checkbox" name="checkbox2"/> option 2 <br />
<input type = "checkbox" name="checkbox3"/> option 3 <br />
<input type = "submit" value="send"/> option 1 <br />
</form>
You might have to point it to a mail script, or other script depending on your host.
__________________
Foundation Flash tutorials :
Please login or register to view this content. Registration is FREE


New Dreamed Up Web Design:
Please login or register to view this content. Registration is FREE
Foundationflash is offline
Reply With Quote
View Public Profile Visit Foundationflash's homepage!
 
Old 10-18-2007, 04:21 PM Re: How to code a form in HTML
coolkbk585's Avatar
Be good this Christmas!

Latest Blog Post:
KBlog has been deativated
Posts: 642
Name: Kyle
Location: Ada, MI
Trades: 0
Why are you guys helping someone's who was already banned?

haha
__________________
<?php if($Adsense_Revenue > 0): define('HAPPINES','100%'); else: define('HAPPINESS', '0%') endif; ?>
coolkbk585 is offline
Reply With Quote
View Public Profile Visit coolkbk585's homepage!
 
Old 10-19-2007, 04:10 AM Re: How to code a form in HTML
InfinitySchima's Avatar
Skilled Talker

Posts: 71
Name: Rafael Schimassek
Trades: 0
Well, he asked on a forum, even if his last posts where "bad" this one wasn't.

Just a small additional note, if you want to have the checkbox checked from the beginning just add the word "checked" into the tag, like:
<input type="checkbox" name="someoption1" checked />
InfinitySchima is offline
Reply With Quote
View Public Profile
 
Old 10-19-2007, 04:16 AM Re: How to code a form in HTML
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,382
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
actually for XHTML as your code is, it should be

<input type= ... checked="checked" />
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Reply     « Reply to How to code a form in HTML
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.60985 seconds with 12 queries