How to re-show information that users have told you
Jump to navigation
Jump to search
Showing users' responses on the same page
The saveandload
key command can be used after a page that includes interactions so that if an end-user moves away from that page and then comes back to it, the page will automatically show them what they entered the last time they were on that page. This line of logic would be written as:
show page1
saveandload page1 for username
Any interaction on page1 would then be saved and loaded each time the end-user comes back to that page.