I need to add a form to my webpage that will email me the responses that vistors leave for me, where do i start, i have the form layout on my page but how do i get it processed?? i use godaddy to host. thanks
bklynguy05 0 Newbie Poster
Recommended Answers
Jump to Postwell really speaking you need a server side language such as php, which naturally GoDaddy probably don't offer you.
So you can either go the less reliable way of
<form action="mailto:me@mydomain.com" enctype="text/plain">
Your form in here
</form>Or if you visit http://www.webdeveloper.com/forum/showthread.php?s=&threadid=39991 then …
Jump to Postwell if it supports php you could try a friend of mine's script: http://www.webdevfaqs.com/php.php#mailer
All 7 Replies
DaveSW 15 Master Poster
2ndPlatform 5 Junior Poster in Training
DaveSW 15 Master Poster
bklynguy05 0 Newbie Poster
DaveSW 15 Master Poster
bklynguy05 0 Newbie Poster
rkahn144 0 Newbie Poster
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.