//flex table opened by JP

Click to See Complete Forum and Search --> : HTML Form, results sent to e-mail


evil_homer182
03-26-2005, 07:46 AM
Ok here's what I want to do.
I want to have a form that is done in HTML where people can type in their details, and press submit. Then have the results sent to my email.

Now I sucessfully did this in frontpage, but my host (free, I can't afford paid hosting) doesn't support FrontPage extensions. So I tried in DreamWeaver but could'nt sucessfully have the 'Sumbit' button forward the results to my email.

So what I'm asking is an answer to any of these questions
- Is there a free host that supports FrontPage extensions?
- How do I have the DreamWeaver 'Submit' button forward results to my email?
- How do I do this without FrontPage extensions or DreamWeaver

Any answer is appreciated
Thanks :)

CompGeek01
03-26-2005, 08:06 PM
<form action="mailto:your email address" method="get" enctype="text/plain">

Should work. It might not be pretty though.

rraehal
03-28-2005, 02:21 PM
Does your free host allow you to use CGI scripts? If so I can give you a free script that will do what you want. The form action simply calls the script.

Baddog
03-30-2005, 04:05 PM
You can still use Front Page. After you finish your web page make a folder that is easy to get to. Then in Front Page go to File>>Publish Web>>save it to the folder you just made, then FTP the files to the server.:t