Title: rob1021's Replies | WordPress.org

---

# rob1021

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Inventory Manager] Saving wp_dropdown_users choice on the page](https://wordpress.org/support/topic/saving-wp_dropdown_users-choice-on-the-page/)
 *  Thread Starter [rob1021](https://wordpress.org/support/users/rob1021/)
 * (@rob1021)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/saving-wp_dropdown_users-choice-on-the-page/#post-15836889)
 * Not sure if explaining correctly. I want something like this:
 * function my_custom_function( $item, $inventory_id ) {
    //some code to do user
   drop down and get that in a variable. Echo variable; }
 * add_action( ‘wpim_admin_edit_form_after_media’, ‘my_custom_function’, 10, 2 );
 * Now how would I save the selection? I can add a field to the edit page, but it
   does not save the data once you leave the page.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Inventory Manager] Saving wp_dropdown_users choice on the page](https://wordpress.org/support/topic/saving-wp_dropdown_users-choice-on-the-page/)
 *  Thread Starter [rob1021](https://wordpress.org/support/users/rob1021/)
 * (@rob1021)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/saving-wp_dropdown_users-choice-on-the-page/#post-15830036)
 * Is there any way to use these: [https://www.wpinventory.com/documentation/developer-documentation/actions/item-management/wpim_admin_edit_after_field/](https://www.wpinventory.com/documentation/developer-documentation/actions/item-management/wpim_admin_edit_after_field/)
 * Trying to add a user drop down field but don’t know how to save the selection
   in the entry.
 * I want to be able to display a user list in each items admin pages. The problem
   I’m having is the actions don’t save the selection (even if it’s just text). 
   Is there an easy way to add a field AND save the data in the entry?
 * Looking into the paid version for my company, but I need to add this in for a
   proof of concept first.

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