All Low add-ons are now owned by EEHarbor. Read the blog post.

Support archive

Secure form submition

Aaron Krug 2 Dec 2014 22:56 problem, complete

I am using Low Search and trying to get the form action attribute to be https. I have tried both parameters force_protocol="https" and the results_page="https://path/to/template". But both result in an action that is http.

{exp:low_search:form result_page="https://www.hindmansettlement.org/sea..." form_class="search-form" force_protocol="https"}

{/exp:low_search:form}

Replies

  1. Low 3 Dec 2014 09:47

    Make sure the site_url config setting is also set to https. That's what EE uses for automatically generated form actions, including the search form.

  2. Aaron Krug 3 Dec 2014 21:42

    That worked. Thanks