According to the form liquid tag documentation, this should redirect a user to the page they were on before submitting the login form:
{% form 'customer_login', return_to: 'back' %}
I cannot seem to get this to work in any way.
According to the form liquid tag documentation, this should redirect a user to the page they were on before submitting the login form:
{% form 'customer_login', return_to: 'back' %}
I cannot seem to get this to work in any way.