How to save multiple form submissions from same lead? | Community
Skip to main content
Anna_Fuerstena4
Level 2
January 9, 2019
Question

How to save multiple form submissions from same lead?

  • January 9, 2019
  • 2 replies
  • 2115 views

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?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

Nicholas_Hajdin
Level 5
January 9, 2019

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
January 9, 2019

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?