Storing Form Data in Custom Objects? | Community
Skip to main content
New Participant
November 1, 2022
Solved

Storing Form Data in Custom Objects?

  • November 1, 2022
  • 1 reply
  • 1927 views

Hello all!

I know form input data is tied to a Custom Field so it's sort of a 1:1 relationship. I was curious if it was possible for Form Fields to be tied to Custom Object fields?

 

Our issue is that we have a fair number of webinars and seminars of the same category (ex. Home Buying Webinar) that have registration active at the same time and which would use the same form layout and fields.

 

In theory, not an issue - but it's possible that someone could register for a webinar in May and then one in September. This would cause the May field data to be overwritten by September.

 

Our business units like to have this data from each event - so I was curious if it was at all possible to push to a Custom Object field in order to store more then one set of data? Or the best workaround?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SanfordWhiteman
It's 100% possible to create one Person:many Form Submission COs using a webhook-compatible service, but not built-in.

1 reply

SanfordWhiteman
SanfordWhitemanAccepted solution
New Participant
November 1, 2022
It's 100% possible to create one Person:many Form Submission COs using a webhook-compatible service, but not built-in.
New Participant
November 2, 2022

Okay cool, thank you! I'll look into that!