Secure Forms?

  • Thread starter Thread starter Buddy
  • Start date Start date
B

Buddy

I've been using FrontPage 2003 for a while, but recently had a client asking
for a form on their site to be secure. Can anyone give me some insight as
to what has to be done to make a secure form? The client receives the form
results via email.
Thanks in advance,
Buddy
 
Send the form results by email, is not secure, even if you have a SSL Certificate applied to the
site.

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

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
What is the best way to do it?
Thomas A. Rowe said:
Send the form results by email, is not secure, even if you have a SSL Certificate applied to the
site.

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

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
The best way is purchase a SSL Certificate and have the host install it, then use a database to
store the data from the form. Send a plain email notice to the client tell them that someone has
completed a form, then they would login to the database via Admin page, where they can then view the
submitted data over SSL.

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

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
Thanks, Thomas. I appreciate your help and your patience. Can you
recommend a site that gives detailed info on how to perform this?
 
It depend on what OS your host is running and what database and server-side scripting is supported.

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

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
The server is Apache and it looks like Access and My SQL is supported.


Thomas A. Rowe said:
It depend on what OS your host is running and what database and
server-side scripting is supported.
 
Access is not supported on Apache.

--
===
Tom "Pepper" Willett
Microsoft MVP - FrontPage
---
About FrontPage 2003:
http://office.microsoft.com/home/office.aspx?assetid=FX01085802
FrontPage 2003 Product Information:
http://www.microsoft.com/office/frontpage/prodinfo/default.mspx
Understanding FrontPage:
http://msdn.microsoft.com/office/understanding/frontpage/
===
| The server is Apache and it looks like Access and My SQL is supported.
|
|
| | > It depend on what OS your host is running and what database and
| server-side scripting is supported.
| >
| > --
| > ==============================================
| > Thomas A. Rowe (Microsoft MVP - FrontPage)
| > WEBMASTER Resources(tm)
| >
| > FrontPage Resources, WebCircle, MS KB Quick Links, etc.
| > ==============================================
| > To assist you in getting the best answers for FrontPage support see:
| > http://www.net-sites.com/sitebuilder/newsgroups.asp
| >
| | > > Thanks, Thomas. I appreciate your help and your patience. Can you
| > > recommend a site that gives detailed info on how to perform this?
| > >
| > >
| > > | > >> The best way is purchase a SSL Certificate and have the host install
| it,
| > > then use a database to
| > >> store the data from the form. Send a plain email notice to the client
| tell
| > > them that someone has
| > >> completed a form, then they would login to the database via Admin
page,
| > > where they can then view the
| > >> submitted data over SSL.
| > >>
| > >> --
| > >> ==============================================
| > >> Thomas A. Rowe (Microsoft MVP - FrontPage)
| > >> WEBMASTER Resources(tm)
| > >>
| > >> FrontPage Resources, WebCircle, MS KB Quick Links, etc.
| > >> ==============================================
| > >> To assist you in getting the best answers for FrontPage support see:
| > >> http://www.net-sites.com/sitebuilder/newsgroups.asp
| > >>
| > > | > >> > What is the best way to do it?
| > >> > | > >> >> Send the form results by email, is not secure, even if you have a
| SSL
| > >> > Certificate applied to the
| > >> >> site.
| > >> >>
| > >> >> --
| > >> >> ==============================================
| > >> >> Thomas A. Rowe (Microsoft MVP - FrontPage)
| > >> >> WEBMASTER Resources(tm)
| > >> >>
| > >> >> FrontPage Resources, WebCircle, MS KB Quick Links, etc.
| > >> >> ==============================================
| > >> >> To assist you in getting the best answers for FrontPage support
see:
| > >> >> http://www.net-sites.com/sitebuilder/newsgroups.asp
| > >> >>
| > >> > | > >> >> > I've been using FrontPage 2003 for a while, but recently had a
| client
| > >> > asking
| > >> >> > for a form on their site to be secure. Can anyone give me some
| > > insight
| > >> > as
| > >> >> > to what has to be done to make a secure form? The client
receives
| > > the
| > >> > form
| > >> >> > results via email.
| > >> >> > Thanks in advance,
| > >> >> > Buddy
| > >> >> >
| > >> >> >
| > >> >> >
| > >> >>
| > >> >>
| > >> >
| > >> >
| > >>
| > >>
| > >
| > >
| >
| >
|
|
 
You would need to search for PHP scripts to accomplish.

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

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
That is, email in general is not secure.

You'd need to get your SSL certificate and have the results sent to a
database.
 
Back
Top