/    Sign up×
Community /Pin to ProfileBookmark

Troubles with form emailing…………………

Hi,
Is there a code out there where I can make my own feedback form, then when the user fills out all the information, that information gets emailed to me? Thanks to all. ?

to post a comment
HTML

3 Comments(s)

Copy linkTweet thisAlerts:
@whitelightJan 22.2006 — Well, in it's simpliest form, you can code it this way:
[CODE]<form method="post"
action="mailto:[email protected]"
enctype="text/plain">
<input type=text
name=your_comments>
<input type=submit
value="Submit Your Comments">
</form>[/CODE]

Mailto looks great, and may even work on your machine. But it doesn't work reliably for all visitors to your site. Whether or not a visitor can use this method depends on the mail client installed on their computer. And unfortunately, there's no way to test if that's the case for each of your visitors.

This can lead to the worst kind of situation where someone takes time to fill-up you feedback, then finds that they can't send the information to you!

...this is not the recomended solution...You're been warned...
Copy linkTweet thisAlerts:
@pcthugJan 22.2006 — Just ask them to email you with there details, or have a look at php forms
Copy linkTweet thisAlerts:
@qhx398authorJan 22.2006 — ok thanks everyone ? ?
×

Success!

Help @qhx398 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 5.20,
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: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

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

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...