Skip to content

Commit

Permalink
Fix returnUrl bug
Browse files Browse the repository at this point in the history
  • Loading branch information
britneywwc committed Dec 19, 2024
1 parent 403d686 commit 3e5cff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/shared/forms/form-fields.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ <h3 class="p-heading--4">Your comments</h3>
aria-hidden="true"
aria-label="hidden field"
name="returnURL"
value={% if path %}"{{ path }}/#contact-form-success{% else %}{{ formData.returnUrl }}{% endif %}" />
value={% if path %}"{{ path }}/#contact-form-success"{% else %}{{ formData.returnUrl }}{% endif %} />
<input type="hidden"
aria-hidden="true"
aria-label="hidden field"
Expand Down

0 comments on commit 3e5cff7

Please sign in to comment.