how to recall data in form

Issues related to forms.
Post Reply
User avatar
GregInPerth
 
 
Posts: 6
Joined: Tue Jun 24, 2025 3:14 am

how to recall data in form

Post by GregInPerth »

I would like to be able to recall member's data so they can have it automatically fill if they return to the form to make corrections or small changes to data in the text boxes etc. Is that possible? If so how? My members have a lot of data to enter and after the "submit" button is hit, the form data is lost and if the have to go back to the form, they have to re-enter all their data again. Thanks for any help.
Greg
Isac Images Digital Photography
Wattle Grove, Western Australia
User avatar
Pablo
 
Posts: 23617
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: how to recall data in form

Post by Pablo »

You can use 'web storage' option of the form to save data between sessions. Note that this only stores the data locally in the browser.
User avatar
GregInPerth
 
 
Posts: 6
Joined: Tue Jun 24, 2025 3:14 am

Re: how to recall data in form

Post by GregInPerth »

Pablo wrote: Sat Jul 12, 2025 9:44 am You can use 'web storage' option of the form to save data between sessions. Note that this only stores the data locally in the browser.
Thanks Pablo, much appreciated. I'll check that out.
Greg
Isac Images Digital Photography
Wattle Grove, Western Australia
Post Reply