E-mail form page - creating form to contact website
My site currently has a 'contact us' link that when clicked brings up the users e-mail editor to contact me.
Does anyone know the html code to setup a form that lets a user type in their name, e-mail address, and message, click the submit button and have it go directly to my e-mail address without bringing up their editor?
Thanks,
Chris
fairhousing posted this at 18:13 — 17th June 1999.
They have: 1,587 posts
Joined: Mar 1999
Sounds like you need a cgi script not html. Go to www.cgi-resources.com for mail scripts.
----------
Isn't it time you started making money with your site!
http://www.birminghamnet.com/cgi-bin/links/pages/WebmasterResources/MakingMoney
Traffic-Website.com free traffic, affiliate programs, hosting, & domain names.
My Site got hacked, but i'm coming back?
Anonymous posted this at 00:00 — 18th June 1999.
They have: 5,633 posts
Joined: Jan 1970
Chris, don't think i want to keep you away from my forum , but:
there is a way to avoid this 'client-popup'. all you have to do is setup a form containing the info you want to get from your webpage-visitor, and use this form-tag:
<form action="mailto:[email protected]" method=post enctype="text/plain">
this is sure not the best way to do, because you might still get this "caution! this form will be sent via email"-pop up, but if you r ISP doesn't allow you to use your own cgis it's the only way...
cu
patrick
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.