Yes, the problem occurs prior to the need to submit. It is with the inability of a user being able to make multiple selections from a dropdown (whose list is populated by a separate database/collection) OR allowing a checkbox (which allows multiple selections) to be populated by a list from a separate database/collection. I need…
1)data from DB1 to be provided as a list of options for a user
2)the user to be able to selected multiple options
3)the user’s choices to be saved to DB2
Thank you!