How to save multiple form submissions from same lead? | Adobe Higher Education
Skip to main content
Anna_Fuerstena4
Level 2
January 9, 2019
Pregunta

How to save multiple form submissions from same lead?

  • January 9, 2019
  • 2 respuestas
  • 2130 visualizaciones

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?

Este tema ha sido cerrado para respuestas.

2 respuestas

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?