Hey,
I am currently facing the the following problem:
- I have 2 collections (collection a, collection b). Collection B consists of a name and a mail address.
- Collection A has a direct reference to collection B.
- On the collection A page template I want to include an option to select one of the collection B items (don’t mind if it is via selector, radio box, …).
- The form data should include the selected data (name, mail address) from collection B.
As far as I understand that is not possible with the standard options, right?
Any idea if and how this might work using JS?
Thanks a lot in advance!
Michael