Hi all,
I made a website by wix, in the website i have one page which consists of many “text inputs“ that members will fill. is there anyway to let members save thei progress with the inputs to continue later on?
please give/refer me to a good explaining
thank you
Yes this is possible.
This for i would suggest you to create a DATABASE .
All data, which will be filled out on the form , will be directly saved inside a database, everytime some changes have been made.
The simplest way would be a DATASET, which would save DATA on each maden change on the form .
You CHANGE → dataset SAVES into DATABASE !
You leave the site? —> No problem!
You come back later and open your page again.
While page loads, it automaticaly also takes a look into your database and loads all data from database back into your form .
The same way, you use your dataset again for loading the data into your form .