Using forms
Posted: 05 November 2007 09:55 PM   [ Ignore ]
Newbie
Rank
Total Posts:  2
Joined  2007-11-05

How would i attach an email address to a form such as…

<form id=“myform”>
<input type=“text” class=“textinput” /> <input class=“submit” type=“submit” value=“Find” />
</form>

Thanks,
Kevin

Profile
 
 
Posted: 06 November 2007 04:09 PM   [ Ignore ]   [ # 1 ]
Newbie
Rank
Total Posts:  1
Joined  2007-11-06

email can be in a field like
<input type=“text” class=“textinput” />
you can’t mail from html page, it needs server-side support

Profile
 
 
Posted: 06 November 2007 08:16 PM   [ Ignore ]   [ # 2 ]
Newbie
Rank
Total Posts:  2
Joined  2007-11-05

How might i obtain server-side support? Is that included with web hosting?

Profile
 
 
Posted: 22 November 2007 04:48 PM   [ Ignore ]   [ # 3 ]
Newbie
Rank
Total Posts:  7
Joined  2007-11-21

depends on your hosting package but most likely yes, your hosting environment will support a number of server side frameworks such as php, asp.net. do a google search for “email contact form” and there will be many tutorials and info to wade through.

Profile
 
 
Posted: 27 November 2007 01:52 AM   [ Ignore ]   [ # 4 ]
Jr. Member
RankRank
Total Posts:  50
Joined  2007-11-10

If you plan to install server site scripts for your website you could setup a ticket management system so you can target messages by topics/departments and also ask other custom questions about the submitter (his messenger id, website url, how did he find you… ).

Profile