Skip to content

Commit c59dc72

Browse files
committed
fix(formanswer): show spinner when validate
Generating tickets may take a few seconds
1 parent 16a1379 commit c59dc72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

inc/formanswer.class.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -609,6 +609,7 @@ public function showForm($ID, $options = []) {
609609
. ' class="plugin_formcreator_form"'
610610
. ' action="' . $formUrl . '"'
611611
. ' id="plugin_formcreator_form"'
612+
. ' data-submit-once="true"'
612613
. '>';
613614

614615
$form = $this->getForm();

0 commit comments

Comments
 (0)