I'd like to populate a dropdown menu with data entered on a separate form. For this project, I have groups registering on one form, and individuals affiliated with a group registering on a second form. I'd like the individuals to be able to indicate the studio that they are a part of by selecting their group's name from a dropdown menu.
Because we anticipate a lot of groups to register, many of which may have the same name, we'd like to add additional identifying information to the dropdown, like this:
[Group Name] in [Group's City], {Group's Country]
I looked at Dynamically Populating Drop Down Fields, but I think I need some extra help for displaying the form data instead of blog posts.
Here is a link to the Group registration page where the group (studio) name, city, and country fields are located. And here is a link to the individual registration page where I'd like to display the dynamically populated drop-down field for "Studio Name: Select your studio".