MyBB Community Forums

Full Version: Make a checkbox custom field unticked by default
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, i have created a new custom profile field (checkbox) displayed on registration form and the default state when someone register is ticked, how i can make it unticked?

In the custom fields settings of the admin panel the field is set as:
Required: yes
Show during Registration: yes
Show in the Profile: yes
Show in the Message: no
Visible by: all groups
Editable by: all groups

The output html code of the page is:


<input type="checkbox" class="checkbox" name="profile_fields[fid4][]" value="" checked="checked">


I have found the Registration Checkboxes plugin but it's only for the default registration checkboxes and not for the custom fields.

I also looked in member templates but im not able to find them, except the ones of default registration checkboxes.

Any help?

Thanks in advice.
Change "required" to "no"
(2018-05-30, 10:27 PM)laie_techie Wrote: [ -> ]Change "required" to "no"

Done it but it's already checked, you can see here https://www.digitalking.it/forum/member....n=register