From c498a91aa4de21ad6d0f9a6207e8450dbe3f6155 Mon Sep 17 00:00:00 2001 From: Audrey Jensen Date: Tue, 25 Jul 2023 20:48:03 +0000 Subject: [PATCH] move form into container --- templates/complaint.html.twig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/complaint.html.twig b/templates/complaint.html.twig index a73bc42..1a76d83 100644 --- a/templates/complaint.html.twig +++ b/templates/complaint.html.twig @@ -17,13 +17,13 @@

- {{ form(form) }}
+ {{ form(form) }} {% if isSubmitted != null %} {% if isSubmitted %} -
Form submitted successfully
+
Email sent successfully
{% else %} -
Form failed to submit with errors
+
Form/email failed to submit with errors. Contact IT
{% endif %} {% else %} {% endif %}