This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{%- if form.posted_successfully? -%} | |
<p class="form-message form-message--success" tabindex="-1" data-form-status> | |
{{ success_message | default: 'contact.form.post_success' | t }} | |
</p> | |
{%- endif -%} | |
{% comment %} We need to add this so the errors are output in the right order {% endcomment %} | |
{% assign error_order = "author, email, body, password, form" | split: ", " %} | |
{%- if form.errors -%} |
OlderNewer