May 06, 2019 05:26 PM
I’m creating an event registration form, and pulling in the event through a linked record, but the only field displayed in the form is the name of the event. Because I have multiple events with different dates / times and the same name, I’m wondering if there is a way to pull in additional information into the form for each event.
Thanks!
Clay
May 06, 2019 05:39 PM
You can use a Concatenate formula for the record ID to bring in various information from your table.
May 06, 2019 06:02 PM
Thanks @Mac. Would I do that on the form? Or on the event record itself?
May 06, 2019 06:18 PM
And, I figured it out. Thanks for pointing me in that direction.