Skip to content

Commit c88b831

Browse files
authored
Update PI confirmation checkbox to remove required attribute
Removed 'required' attribute from the PI confirmation checkbox, as it will be activated by the javascript when needed.
1 parent c8cca43 commit c88b831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webroot/panel/new_account.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
<hr>
137137

138138
<div style='position: relative;display: none;' id='piConfirmWrapper'>
139-
<label><input type='checkbox' id='chk_pi' name='confirm_pi' value='agree' required>
139+
<label><input type='checkbox' id='chk_pi' name='confirm_pi' value='agree'>
140140
I have read the PI <a href="<?php echo CONFIG["site"]["account_policy_url"]; ?>">
141141
account policy</a> guidelines. </label>
142142
</div>

0 commit comments

Comments
 (0)