fix: add name to checkbox
This commit is contained in:
parent
bcbf963cd8
commit
70bf8aca19
@ -60,7 +60,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="form-check" style="margin-top: 10px;">
|
<div class="form-check" style="margin-top: 10px;">
|
||||||
<input class="form-check-input" type="checkbox" value="" id="agreement-checkbox" required>
|
<input class="form-check-input" type="checkbox" id="agreement-checkbox" name="agreement-checkbox" required>
|
||||||
<label class="form-check-label" for="agreement-checkbox">
|
<label class="form-check-label" for="agreement-checkbox">
|
||||||
I acknowledge and agree to the transfer of intellectual property rights as described above.
|
I acknowledge and agree to the transfer of intellectual property rights as described above.
|
||||||
</label>
|
</label>
|
||||||
|
Loading…
Reference in New Issue
Block a user