Having Placeholder text be an entry from a previous user input

Hi,

For one of my forms, I have users submit shipping and billing information. I want it to be that when they fill out the shipping info, the billing information auto fills (usually peoples shipping and billing are the same) but still allow the user to change that info if it is different. Preferably there would be a button that they could select to auto fill/unfill the data but that isn’t as important as the pre-fill from previous input.

Any ideas are welcome :slight_smile:

Thanks,
Anney

Hi Anney!

Do you intend for the user to create a new submission or to update the previous one?
Setting a dataset to Read-Write mode will make it available for fields to be auto filled on load but also for the user to change them and to re-submit their form with the updated data.

Doron.

Worked really well thanks!