I am wanting to create a form for a website that people fill in the required fields and then click subnit. When the person clicks submit I would like for the info to be sent to an email address. I know it is probably pretty simple, but I am new to all of this. So if someone could get me moving in the right direction I would greatly appreciate it.
ATS 0 Light Poster
Recommended Answers
Jump to Post— jtbnet 0Hi, can you provide a little more information? is it a basic HTML form you are wishing to create? or is it using php or even aspx?
for a simple HTML form try:
[form action="mailto:"
method="post"]
First name:
[input type="text" name="firstname"]
[br]
…
All 4 Replies
jtbnet 0 Newbie Poster
FC Jamison 31 Posting Pro in Training Team Colleague
ATS 0 Light Poster
FC Jamison 31 Posting Pro in Training Team Colleague
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.