Expand my Community achievements bar.

Secure form submission

Avatar

Level 2

I have an online form that will be filled out. I am using a button on the form to Submit to a URL as a PDF.

Some of the data and information on this form needs to be secured or encrypted. When the form is submitted over the wire I can capture the binary data. Is there a way to secure the data being transmitted using this method?

Thanks for any help or suggestions.

2 Replies

Avatar

Former Community Member

You an either encrypt the whole PDF using a certificate or submit it over an HTTPS protocol. You will not be able to encrypt just a specific field inside of the PDF. If you submit just the data you can encrypt the whole data file with a certificate as well.

Paul

Avatar

Level 2

Thanks for the quick reply, Paul.

This info helps.

Mike