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.

SSL form action

  1. I've got a cert working on my server and installed WordPress HTTPS. Everything is working beautifully, the form page is loading in https...but, I just checked the form action and it's http. Is there something I need to do to get the form to submit to https?

    Form at https://web.saumag.edu/admissions/application/

    Posted 13 years ago on Monday November 29, 2010 | Permalink
  2. Gravity Forms submits to itself, it doesn't have a hardcoded action. This means it should submit via HTTPS if the page is loaded via HTTPS. If you look at the source of the page you will see the form action for the Gravity Form is blank, using Firebug if you submit the form it also shows that it posts via HTTPS on that form you linked to.

    Posted 13 years ago on Monday November 29, 2010 | Permalink
  3. I just looked again, and you're right, of course. I swear I checked that and there was an http:// address in the action. Thanks :)

    Posted 13 years ago on Monday November 29, 2010 | Permalink