From c59dc72ac90021acb548e0f6d5400710b3c6305a Mon Sep 17 00:00:00 2001 From: Thierry Bugier Date: Mon, 2 Oct 2023 15:29:28 +0200 Subject: [PATCH] fix(formanswer): show spinner when validate Generating tickets may take a few seconds --- inc/formanswer.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/formanswer.class.php b/inc/formanswer.class.php index bcf27ea8c..2bec3ea5f 100644 --- a/inc/formanswer.class.php +++ b/inc/formanswer.class.php @@ -609,6 +609,7 @@ public function showForm($ID, $options = []) { . ' class="plugin_formcreator_form"' . ' action="' . $formUrl . '"' . ' id="plugin_formcreator_form"' + . ' data-submit-once="true"' . '>'; $form = $this->getForm();