From b38dc5c1e3b87753bf23a1d335aa2d6f7dc5ee01 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Wed, 7 Apr 2021 19:27:13 +0200 Subject: site: add visual feedback on survey submission After a submission, the survey will now either redirect to a "thanks for your answers!"-site (if the POST request had status 200) or else display some kind of error message. --- site/thanks.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 site/thanks.html (limited to 'site/thanks.html') diff --git a/site/thanks.html b/site/thanks.html new file mode 100644 index 0000000..1043ec3 --- /dev/null +++ b/site/thanks.html @@ -0,0 +1,12 @@ + + + Thanks for answering the survey! + + + +
+

Thanks for your answers!

+

Your submission was sent and received successfully.

+
+ + -- cgit v1.2.3