Title: jc57's Replies | WordPress.org

---

# jc57

  [  ](https://wordpress.org/support/users/jc57/)

 *   [Profile](https://wordpress.org/support/users/jc57/)
 *   [Topics Started](https://wordpress.org/support/users/jc57/topics/)
 *   [Replies Created](https://wordpress.org/support/users/jc57/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/jc57/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/jc57/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/jc57/engagements/)
 *   [Favorites](https://wordpress.org/support/users/jc57/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Forms for ACF] Pre-filling Select Fields](https://wordpress.org/support/topic/pre-filling-select-fields/)
 *  Thread Starter [jc57](https://wordpress.org/support/users/jc57/)
 * (@jc57)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/pre-filling-select-fields/#post-10765620)
 * Just forgot to mark as Resolved
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Forms for ACF] Pre-filling Select Fields](https://wordpress.org/support/topic/pre-filling-select-fields/)
 *  Thread Starter [jc57](https://wordpress.org/support/users/jc57/)
 * (@jc57)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/pre-filling-select-fields/#post-10765619)
 * Found a solution by going to an ACF hook. Answer is at [https://www.advancedcustomfields.com/resources/dynamically-populate-a-select-fields-choices/](https://www.advancedcustomfields.com/resources/dynamically-populate-a-select-fields-choices/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Forms for ACF] Pre-filling Select Fields](https://wordpress.org/support/topic/pre-filling-select-fields/)
 *  Thread Starter [jc57](https://wordpress.org/support/users/jc57/)
 * (@jc57)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/pre-filling-select-fields/#post-10765453)
 * Yes, those are the values, but nothing shows up. Iv’ve tried it with the ‘value:
   label’ option as well and still don’t get anything. Any more ideas?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Forms for ACF] Pre-filling Select Fields](https://wordpress.org/support/topic/pre-filling-select-fields/)
 *  Thread Starter [jc57](https://wordpress.org/support/users/jc57/)
 * (@jc57)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/pre-filling-select-fields/#post-10764244)
 * I was under the impression that profile values have to go in the “values” array
   and was trying something like this:
 *     ```
       $args = [
            'values' => ['adminSecName' => array("a", "b"), 'adding' => 'YES']
       ];
       ```
   
 * where ‘adminSecName’ is the field name for the select box I’m working with.
 * In your example it looks like you’ve specified the field name as it’s own key
   in the array. That didn’t seem to work for me either, but is it supposed to?

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