Hello,
How can I display the chosen value when user selects Back from following questions?
- User presses next after entering value.
- User selects Back to change date and the element value is empty
Hello,
How can I display the chosen value when user selects Back from following questions?
If you want to preserve that date, you have to store it somewhere.
Many ways to do so, this is one example:
Further, you need code on the page with the date to check and see if a date has been stored.
If a date has been stored, then you display it in the “on ready” part of your page code.
Thank you for your message. However, how do I connect the following code with the date and time element below:
import {local, session, memory} from ‘wix-storage’;
The code above is from the site you shared.