Secure form submition
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
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.
Aaron Krug 3 Dec 2014 21:42
That worked. Thanks