Hi. I'm a massage therapist and I'd like to create an online form for clients to fill out for their health history. I want to make sure the form will be secure enough for confidential health information.
Thanks
Hi. I'm a massage therapist and I'd like to create an online form for clients to fill out for their health history. I want to make sure the form will be secure enough for confidential health information.
Thanks
Gravity Forms is only going to be as secure as your web server is.
If you want the form submission to be secure then you would need to install an SSL certificate on your site and configure your WordPress site to work via SSL. There is a plugin that can help you with this that you can find here:
http://wordpress.org/extend/plugins/wordpress-https/
Once you configure your WordPress site to work via a secure https:// URL then you can use Gravity Forms on a page that you link to via https:// and the form will submit securely.
HI Carl,
One question - in terms of security - although you would be on SSL at that point - once the form is emailed it is no longer secure correct?
Thanks,
Joe
If you use an SSL connection to the SMTP server, with something like the WP Mail SMTP plugin, and the client receives the email over SSL as well, then it will be secure end to end. You don't always have control over the client, so their POP3 or IMAP server might not be configured to use SSL. But on your end, you can mail it securely using the WP Mail SMTP plugin.
Is it possible to make the contents of messages confidential from site developers, and only visible to specific user(s)?
Thanks!