Quellcode durchsuchen

fixed assessment form template

Josh vor 4 Jahren
Ursprung
Commit
3a90927999
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  1. 2 0
      storage/sections/assessment/form.blade.php

+ 2 - 0
storage/sections/assessment/form.blade.php

@@ -1,3 +1,5 @@
+
+<?php $formID = rand(0, 100000); ?>
 <form method="POST" action="/process_form_submit" onsubmit="return submitForm_NoteSection_{{ $formID }}(this);">
     <?php if($section): ?>
         <input type="hidden" name="section_uid" value="<?= $section->uid?>">