HOW SHOULD I CREATE A FORM?

Closed
DEEKSHA - Sep 2, 2009 at 09:08 PM
vijay_oo9 Posts 9 Registration date Thursday September 3, 2009 Status Member Last seen September 12, 2009 - Sep 4, 2009 at 04:30 AM
Hello,
please lemme know how to create a form!
it's getting very difficult without a reference here..!!:(

2 responses

closeup22 Posts 8923 Registration date Friday May 15, 2009 Status Member Last seen October 7, 2010 2,099
Sep 3, 2009 at 05:33 AM
hi there,

The trick is to use "mailto:dummy1@chamisplace.com" (dummy1@chamisplace.com

being the email address for sending form data)

as the "action" (where you would have otherwise placed the address to a CGI script)

in your form. For example, let's take a look at the HTML tags used in the above example:

<form
action="mailto:dummy1@chamisplace.com"
method="POST"
enctype="multipart/form-data"
name="EmailTestForm">

Your Name:<br>
<input type="text" size="20" name="VisitorName"><br><br>

Your Comment:<br>
<textarea name="VisitorComment" rows="4" cols="20">
</textarea><br><br>

<input type="submit" value="Email This Form">

</form>

So, go ahead... create your next online form using your favorite HTML editor and simply type "mailto:" (without quotes) followed by your email address for the "action" tag to get yourself a functional online form.

Thanks
0
vijay_oo9 Posts 9 Registration date Thursday September 3, 2009 Status Member Last seen September 12, 2009 3
Sep 4, 2009 at 04:30 AM
you can not mension you want to know hoe the forms are made
but plz inform first
in which language or in which tools you want to develop a form?
like in html,vb.net
all have a different syntex and code for develop a form
send details about forms at:-
vijay_oo9@yahoo.com
0