Browse Source

fixed assessment form template

Josh 4 năm trước cách đây
mục cha
commit
3a90927999
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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?>">