I am trying to make a form in which users can fill out multiple fields of information that can be emailed to me. How would I do this?
god720 0 Newbie Poster
Recommended Answers
Jump to Postit's possible in ASP.NET
post ur query in ASP.NET forum
Jump to PostWhy not just do a simple HTML form?
Your form code would look something like this:
<form action="/cgi-bin/formmail/yourservermailscript.pl" method="post"> <input type="hidden" name="recipient" value="youremail@domain.com"> <input type="hidden" name="subject" value="Subject of email"> <input type="hidden" name="redirect" value="yourthankyoupg.htm"> ....form fields... ....form fields... <input type="submit" name="Submit" value="Submit"> </form>
All 7 Replies
sreein1986 0 Posting Whiz
god720 0 Newbie Poster
god720 0 Newbie Poster
sreein1986 0 Posting Whiz
jakesee 0 Junior Poster
seagreen 0 Newbie Poster
Shanti C 106 Posting Virtuoso
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.