I have a client who would like to continue to host their forms with a 3rd party vendor, but has asked me to redesign their site. Unfortunately, right now the forms are hosted in an iframe on the 3rd Party's servers, or just a direct link to the 3rd party.
The forms are ugly and poorly made, but it is what it is. I have to use them for handling the data.
However, I'd love it if I could make the forms myself, have them look like the rest of the site, and work nicely.
Tricky bit: The form information MUST be secure. No financial data, but resumes, and potentially some medical history could be submitted.
So if I create a form and host it on a server with an SSL certificate, and post it to the 3rd party's secured server - is the data secure?
If not, what options (if any)do I have to achieve my goal of a nice looking form that securely posts data to their server? The 3rd party has no customization options for their forms.
Thanks.