Hello, when testing the create acc form, after we submit all it does is take ys back to home, no confirmation message to check emails or anything - seems a bit silly.
is there a way to have a submission message displayed?
Hello, when testing the create acc form, after we submit all it does is take ys back to home, no confirmation message to check emails or anything - seems a bit silly.
is there a way to have a submission message displayed?
well you can do this by creating a thank you page and once the form is submiited redirect the customer to that page using some jquery and liquid code its just a trick refer to the below code, might be possible it will change according to the different themes but it can be alter according to your theme.
in the contact-form.liquid file, search for this line
{%- if form.posted_successfully? -%}
and below it paste this line and insert the url of your page
Thanks
thank you i will try, will that work in Dawn theme?
OOff course it will. If not dont hesitate to reach out.