/    Sign up×
Community /Pin to ProfileBookmark

Submit Button?

I am making a form in HTML, Down the bottom is a Submit button, what code do I use to make it send the form to my Email address when clicked?

to post a comment
HTML

5 Comments(s)

Copy linkTweet thisAlerts:
@aussie_girlMar 11.2007 — <form action="mailto:[email protected]" method="post">

<input type etc

<input type="submit" name="submit" value="Submit">

This will open up your email client and you send from there, if you want to send it via the script you will need a server side language
Copy linkTweet thisAlerts:
@PlutonicauthorMar 11.2007 — How do I do it with Server Side Language?
Copy linkTweet thisAlerts:
@aussie_girlMar 11.2007 — Depending on what your website hosts support, you can use PHP, ASP, or PERl. Do a search in the PHP thread, there is alot of of posts on the mail() function
Copy linkTweet thisAlerts:
@PlutonicauthorMar 11.2007 — My server doesn't support PHP, ASP works though, can anyone help me make the button send the form to my email in ASP?
Copy linkTweet thisAlerts:
@aussie_girlMar 11.2007 — Post the question in the ASP thread
×

Success!

Help @Plutonic spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.18,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @nearjob,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...