|
Hi Guys
I've been working on a multipage life insurance proposal form which will reside on a secure server, this has a final submission page which details the answers in the previous pages, plus a additional section for completion.
An ASP form has been used with mainly hidden fields, but also two session objects to transfer data over from page to page.
The hosting company I'm with give no help on SSL problems, in fact their lastest suggestion was to use "FormMail.asp" as the scripting, but SortedSites pointed out that there would be security breaches in transmitting this effective email.
Can anyone suggest an easier way, such as simply sending the completed for to "FormComplete.asp", would this work?
|