Re: How to save multiple form submissions from same lead?

Anna_Fuerstena4
Level 2

How to save multiple form submissions from same lead?

I have a form that leads will need to fill out multiple times with different field values each time (other than name and email). Is there any way to save each submission without overwriting field values of the previous one?

2 REPLIES 2
Nicholas_Hajdin
Level 7 - Champion Alumni

Re: How to save multiple form submissions from same lead?

There are a few posts on the Community about this - please run a search. Dan Stevens. provided an answer in this thread: Collect multiple values in a field

SanfordWhiteman
Level 10 - Community Moderator

Re: How to save multiple form submissions from same lead?

The question is what you mean by "saved".

The most typical way to keep a history of responses is a History Field: as fields change, write them to a Textarea field, together with a timestamp, that's designed to hold the person's earlier values.

What do you need to do with the old values that wouldn't be solved by the History Field model?