Title: [Plugin: Cimy User Extra Fields] Checkboxes checked by default
Last modified: August 19, 2016

---

# [Plugin: Cimy User Extra Fields] Checkboxes checked by default

 *  Resolved [Matt Jensen](https://wordpress.org/support/users/ultrawebsites/)
 * (@ultrawebsites)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-cimy-user-extra-fields-checkboxes-checked-by-default/)
 * Hi there
    Great plugin, thanks very much. Just wondering if there’s a way to 
   have a checkbox checked by default on the registration/profile page? I tried 
   setting the value to ‘YES’ but that didn’t seem to work. Thanks again Cheers 
   Matt
 * [http://wordpress.org/extend/plugins/cimy-user-extra-fields/](http://wordpress.org/extend/plugins/cimy-user-extra-fields/)

Viewing 11 replies - 1 through 11 (of 11 total)

 *  Plugin Author [Marco Cimmino](https://wordpress.org/support/users/cimmo/)
 * (@cimmo)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-cimy-user-extra-fields-checkboxes-checked-by-default/#post-1925646)
 * Indeed this is disabled in the code, but I forgot why 🙂
    I’ll check
 *  Plugin Author [Marco Cimmino](https://wordpress.org/support/users/cimmo/)
 * (@cimmo)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-cimy-user-extra-fields-checkboxes-checked-by-default/#post-1925647)
 * I enabled it and seems working, you can try editing cimy_user_extra_fields.php
   at line 437 and add in the list:
    “checkbox”
 *  Thread Starter [Matt Jensen](https://wordpress.org/support/users/ultrawebsites/)
 * (@ultrawebsites)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-cimy-user-extra-fields-checkboxes-checked-by-default/#post-1925654)
 * Hi Cimmo
 * Works, thanks very much!
 * As a side note, I tried it for “dropdown-multi” but it didn’t work.
 * Sorry for the delay responding, I’ve been experiencing another issue where for
   some reason I’ve been seeing CUEF validation messages on the ‘Dashboard > Users
   > Add New’ page, even though that page doesn’t even show the CEUF fields…! I’m
   wondering if it’s possibly a WordPress 3.1 issue as I’ve only just started seeing
   it. It may be me too though!
 * Thanks again!
    Cheers Matt
 *  Plugin Author [Marco Cimmino](https://wordpress.org/support/users/cimmo/)
 * (@cimmo)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-cimy-user-extra-fields-checkboxes-checked-by-default/#post-1925655)
 * Indeed in the same line 437 you can also add:
    “dropdown” and “dropdown-multi”
   divided by commas and should work out of the box.
 * You need to specify the exact items you want to preselect for example:
    label:
   my label/item1,item2,item3,item4 value: item2,item4
 * Regarding the issue ‘Dashboard > Users > Add New’ yes WP 3.1 changed something
   and broke my previous fix for this, shit I hate it.
 * So open cimy_uef_register.php line 279 and change with this one:
    if (($_POST[“
   action”] == “adduser”) || ($_POST[“action”] == “createuser”))
 * should fix the problem, let me know for everything 🙂
 *  Plugin Author [Marco Cimmino](https://wordpress.org/support/users/cimmo/)
 * (@cimmo)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-cimy-user-extra-fields-checkboxes-checked-by-default/#post-1925656)
 * I fixed all bugs mentioned by you in the development version, you might want 
   to check it out:
    [http://downloads.wordpress.org/plugin/cimy-user-extra-fields.zip](http://downloads.wordpress.org/plugin/cimy-user-extra-fields.zip)
 * let me know, thanks
    Marco
 *  Thread Starter [Matt Jensen](https://wordpress.org/support/users/ultrawebsites/)
 * (@ultrawebsites)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-cimy-user-extra-fields-checkboxes-checked-by-default/#post-1925657)
 * All the code changes look to work for me – nice one!! Must be frustrating!
    Thanks
   a lot! Cheers Matt
 *  Thread Starter [Matt Jensen](https://wordpress.org/support/users/ultrawebsites/)
 * (@ultrawebsites)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-cimy-user-extra-fields-checkboxes-checked-by-default/#post-1925658)
 * (I’ll try the download next).
 *  Thread Starter [Matt Jensen](https://wordpress.org/support/users/ultrawebsites/)
 * (@ultrawebsites)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-cimy-user-extra-fields-checkboxes-checked-by-default/#post-1925659)
 * Sweet – download looks all good for these issues!
    Legend! Thanks Matt
 *  [ale152](https://wordpress.org/support/users/ale152/)
 * (@ale152)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/plugin-cimy-user-extra-fields-checkboxes-checked-by-default/#post-1925709)
 * I’m using wordpress 3.1.4 and I can’t add extra fields from “Dashboard > Users
   > Add New” 🙁
    What can I do?
 *  Plugin Author [Marco Cimmino](https://wordpress.org/support/users/cimmo/)
 * (@cimmo)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/plugin-cimy-user-extra-fields-checkboxes-checked-by-default/#post-1925710)
 * > I’m using wordpress 3.1.4 and I can’t add extra fields from “Dashboard > Users
   > > Add New” 🙁
   >  What can I do?
 * Extra fields from add new user in backend are not supported, add the user from:
   
   1. Frontend 2. Edit/Modify an user 3. Users->Users Extended page.
 * Plus you are totally off topic here.
 *  [zeckenklauber](https://wordpress.org/support/users/zeckenklauber/)
 * (@zeckenklauber)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-cimy-user-extra-fields-checkboxes-checked-by-default/#post-1925711)
 * Hi Marco,
 * i am having kind of the same issue. I want to check a checkbox field by default.
   
   BUT WITH URL! The documentation says values can be passed as URL parameters:
 * > You can use URL (only for registration page), example:
   >  [http://www.exampleofmywebsite.it/wordpress29/wp-login.php?action=register&FIELD_01=test1&FIELD_02=test2](http://www.exampleofmywebsite.it/wordpress29/wp-login.php?action=register&FIELD_01=test1&FIELD_02=test2)
   > FIELD_01 and FIELD_02 are two existing fields that will get default assignment
   > with string “test1″ and “test2″.
 * I tried it with my checkbox, but it doesnt work. When i assign a value (e.g. 
   yes) in the field definition, it works, the checkbox is checked.
    But i REALLY
   need the URL feature, as it gives me the only opportunity to have kind of two
   different registration forms. I only need the default checked checkbox in a special
   case!
 * Thanks for your great plugin and help!

Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘[Plugin: Cimy User Extra Fields] Checkboxes checked by default’ is closed
to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/cimy-user-extra-fields_dae8f3.svg)
 * [Cimy User Extra Fields](https://wordpress.org/plugins/cimy-user-extra-fields/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cimy-user-extra-fields/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cimy-user-extra-fields/)
 * [Active Topics](https://wordpress.org/support/plugin/cimy-user-extra-fields/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cimy-user-extra-fields/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cimy-user-extra-fields/reviews/)

 * 11 replies
 * 4 participants
 * Last reply from: [zeckenklauber](https://wordpress.org/support/users/zeckenklauber/)
 * Last activity: [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-cimy-user-extra-fields-checkboxes-checked-by-default/#post-1925711)
 * Status: resolved