Hi, is there a way for the administrator (on the back-end) to delete all Toolset field values (set to null) within a specified User Field Group for a specific user, perhaps within the User Profile (or elsewhere)?
If this is possible but requires a different way to specify which fields we're talking about, please let me know - e.g., delete all of this user's values for Toolset fields that begin with "wpcf-1-1"
I am happy to provide login info if desired. My site is not yet live.
Thanks!
Hi there,
Thank you for contacting us and I'll be happy to assist.
I'm afraid, there is no built-in function or option available to reset the selective user fields for a specific user, in bulk.
To perform this action, you'll need custom programming that first gets all user meta through "get_user_meta" function, and then updates the values of only the selective meta, to null/empty through "update_user_meta" function.
Following are the links to reference pages for both these functions:
https://codex.wordpress.org/Function_Reference/get_user_meta
https://codex.wordpress.org/Function_Reference/update_user_meta
For a more personalized assistance around custom programming, you can consider hiring a professional from our list of recommended consultants:
https://toolset.com/contractors/
I hope this helps.
regards,
Waqar
Can you please submit this as a feature request? Thank you!