E-mail forms

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm creating a simple feedback form, and i need to know if there is any way to receive the information from recipients by e-mail, going straight into my database. I don't have a website hence my query!! I will be sending the form as an attachment to an e-mail.
 
No and if you don't have a web site, the form is not going to work.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================


Bry said:
I'm creating a simple feedback form, and i need to know if there is any
way to receive the information from recipients by e-mail, going straight
into my database. I don't have a website hence my query!! I will be sending
the form as an attachment to an e-mail.
 
-----Original Message-----
I'm creating a simple feedback form, and i need to know
if there is any way to receive the information from
recipients by e-mail, going straight into my database. I
don't have a website hence my query!! I will be sending
the form as an attachment to an e-mail.

Not having a Web site is going to be a real problem.

First, not all mail programs support HTML forms the same
way, and some don't support them at all. This is to
prevent JavaScript code in the form from collecting and
submitting information from the visitor's computer without
the visitor's knowledge.

Second, once someone fills out the form and submits it,
how are you going to receive the output? The form
submission has a URL that goes to a Web server, and you
need to provide an ASP PAGE, or an ASP.NET page, or some
other kind of form handler that updates the database,
sends the mail, or whatever.

This is why virtually all designers mail out links to
forms on Web sites, rather than the forms themselves.

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*========----------
|\=========------------
|| Microsoft Office FrontPage 2003 Inside Out
|| Microsoft FrontPage Version 2002 Inside Out
|| Web Database Development Step by Step .NET Edition
|| Troubleshooting Microsoft FrontPage 2002
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/=========------------
*========----------
 
Guess i'll just have to set up a web site then. Thanks for the info. Going to try a voting system through Outlook as all recipients will be using this system. When i get confused i'll be back.
 
Back
Top