Redirect Contact Form To Thank You page on Dawn Theme

Once someone fills in the contact form, I want it to redirect to a thank you page.

How do I get it to do this using the Dawn theme?

You have to redirect the customer to a different page after the contact form is successfully submitted so you can add a script where is located the “if form.posted_successfully” something like this

{%- if form.posted_successfully? -%}

{%- elsif form.errors -%}