I have a one-to-many field, and I’m trying to figure out the best way to populate it from a form. Is there a way to have a dropdown or something similar that allows a user to select multiple items from a list to populate a one-to-many field?
Thanks,
Philip
Hi,
You might want to check out the demo one-to-many chooser I built the other day, using the Table custom component:
You can also find several examples of one-to-many choices in the Secure Download Portal example app (eg when choosing groups for users).
Hope that helps!