Skip to content

Commit

Permalink
fix(formanswer): show spinner when validate
Browse files Browse the repository at this point in the history
Generating tickets may take a few seconds
  • Loading branch information
btry committed Oct 2, 2023
1 parent 16a1379 commit c59dc72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inc/formanswer.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit c59dc72

Please sign in to comment.