Tell us what you are trying to do?
I have a bunch of users (custom post type {team-member}). I need to filter the team members by a custom field [account-id] and make those that match the account-id appear as check boxes in a form. If I check a given user's box, I need the value for a repeatable custom field [team-id] to be populated with the team ID that's already been generated for the custom post "team".
Is there any documentation that you are following?
Not really, I couldn't find what I was looking for.
Is there a similar example that we can see?
Not currently, no.
What is the link to your site?
hidden link
Hello,
There isn't such kind of built-in feature within Toolset Forms plugin, it needs custom codes, for example, when user check an option in field "account-id", trigger a WordPress AJAX PHP function :
https://codex.wordpress.org/AJAX_in_Plugins
in this PHP function, get the related team posts IDs, and populate the options of field "team-id".
And according to our support policy we don't provide custom codes support, you might check it with our Toolset Contractors:
https://toolset.com/contractors/
Thank you for the information.