Click to See Complete Forum and Search --> : Newbee needs help with form destination


ctfrigg
03-08-2006, 07:34 PM
First time building site with ASP. Not sure how to do the following.

Have a form with a lot of information (actually a prequalification form for mortgage company) some confidential info like social security number.

First, does the form itself have to be secure or just the submission of the data?

Second, want an easy way to get information to broker co without compromising security of confidential info. Is there an easy way to do this without saving all form data to a database?

Thanks in advance for any help.

Ribeyed
03-23-2006, 09:49 PM
Hi,
the way web pages that take sensitive data in froms and send it across the internet uses a Secure Socket Layer (SSL). You have to purchase a SSL certificate. www.verisign.co.uk. This provides you with 128bit encryption for your web data.

In answer to your question its not the form itsself but the actual page that is secured.

The second question quick answer is yes but really depends on what technology you have available to you.