I am trying to connect fields from different forms but tie them with the same user ID, is this possible?
More specifically this is what I am trying to do:
- User starts completing Form A but drops on last page where I ask them to upload files
- From that info collected I am sending an automated email to them with a link to Form B that only has one page to upload the missing files
- When they upload the files I’d like these to be tied in some way to the Feathery User ID assigned on Form A
I need this ID because I pass this information to Salesforce as an identifier of an existing contact, so that the files are uploaded on that record directly.
Can you help me with a way to solve this? If the Feathery ID does not work maybe another identifier could do the trick.
Thanks