PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

https/secure contact page

  1. tanksalot
    Member

    I believe I've created a contact form that will limit the amount of spam directed to the business. Now, I need to be sure that customer information is protected. I've read a couple of the threads here and am still a little confused. I want to be sure that potential customers who contact the business are sure that their information is being sent securely, or at least that it is not being sent "for all the world to see".

    First question: Is the Personally Identifiable Information being transmitted by GF protected in any way? Meaning, is the system built to protect data or is it open for all the world to see and could someone tap into the form somehow and monitor submissions?

    Second question: I have the SSL certificate and I have the backend of the site under https. I have read that if I modify the htaccess file I could somehow force the contact form to be https. How? Could someone provide sample code?

    Posted 12 years ago on Saturday July 9, 2011 | Permalink
  2. By default forms are sent "for all the world to see", as their just getting send through the HTTP protocol and not HTTPS (and thus not save behind an SSL certificate).

    Instead of editing your .htaccess you could also install the WordPress HTTPS plugin, that lets you just activate a checkbox for pages where you want SSL active.

    Posted 12 years ago on Saturday July 9, 2011 | Permalink
  3. tanksalot
    Member

    illutic,

    Do you have the name of this plugin?

    tanks

    Posted 12 years ago on Sunday July 10, 2011 | Permalink
  4. WPSSL plugin: http://wordpress.org/extend/plugins/wpssl/

    Posted 12 years ago on Monday July 11, 2011 | Permalink