I am working on a website and do not know how to recieve information from my website form to my e-mail account. Microsoft FrontPage says I need to check the servers. I am stuck.
Note: I am using g-mail as my e-mail for this form and I am using freewebs as my web hosting site. I do not mind changing web hosts but I do not want to pay anything.
I need help with my website form?
There are many ways to get form data sent to your email. gmail is fine as the destination.
You need to understand that the page you are working on needs to communicate with an application running on the server to actually send. These server applications can be ASP, PHP, SQL, etc...
Find out which application(s) your server is running, then set your submit button to do the appropriate action. Its not hard to learn how to do, and there are many free examples all over the net (and in FP help), but you HAVE to know which server application to talk to - then talk to it in the way it wants.
Go to the link below and on the left navbar, check out the %26quot;Server Scripting%26quot; section.
No comments:
Post a Comment