| darrel 2004-09-10, 7:15 pm |
| > I am creating a feedback form for people visiting my website. I've
created the
> form, but am having problems getting the form sent to my email address.
Can
> anyone let me know how I do this. When I click the submit button on the
> webpage it doesn't send the information to my email address.
Form data is processed as such:
online form -> sent to server -> process on server send data to you
you're missing that middle-man component. Check with your ISP and ask them
if they have a forms processing script already installed on the server for
you. Otherwise, you'll have to download or write your own in ASP/CF/PHP/etc.
-Darrel
|