Hello.
I need help on how i can populate my dropdown, lookup or dynamic with users of my website ?
Try this: https://formidableforms.com/knowledgebase/frm_setup_new_fields_vars/#kb-add-user-dropdown
Awesome Victor...thanks so much for the Help.
Hi again Victor. I am trying to filter the saved entries using the Dropdown with users of my websites. The filter is based on current_user. Somehow the filter is not working. Please help. thanks.
If you want to filter entries based on user id from a dropdown list, don't compare it against current_user in your view. Current_user is always the currently logged in WordPress user. Make sure you capture the user's id in the user_id field and use that field as the view filter.
Please login or Register to submit your answer