We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 762590d + 736f97d commit 37742c9Copy full SHA for 37742c9
1 file changed
helpdesk_mgmt/views/helpdesk_ticket_templates.xml
@@ -432,6 +432,7 @@
432
method="POST"
433
class="form-horizontal mt32"
434
enctype="multipart/form-data"
435
+ onsubmit="this.querySelector('button[type=submit]').disabled = true;"
436
>
437
<input
438
type="hidden"
@@ -533,7 +534,10 @@
533
534
</div>
535
<div class="form-group">
536
<div class="col-md-offset-3 col-sm-offset-4 col-sm-8 col-md-7">
- <button class="btn btn-primary btn-lg">Submit Ticket</button>
537
+ <button
538
+ type="submit"
539
+ class="btn btn-primary btn-lg"
540
+ >Submit Ticket</button>
541
542
543
</form>
0 commit comments