It does not appear that SaveText works if the app is made public. What is supposed to happen? Where is the text being saved? and since it is public, will other people be able to see what someone else entered? Thanks.
Actually to have the text save and updated everytime you revisit that page you need to have the Save Page State to Off, as in the example below: Save text.zip
The On element will let you set the text element. Then Next element will save the text element and after a second will jump to the second page. On the second page I've only added the Prev element will let you navigate back to the first page. Since you set SavePageState to Off on the first page, the update of the text element will occur. Let us know if you are still having questions to this topic. Thank you for your feedback.
Yes it's 2 different text elements (just have the same name). I would like to save the text entered into both so when they come back to the page it is still there.
Save text.zip
The On element will let you set the text element. Then Next element will save the text element and after a second will jump to the second page.
On the second page I've only added the Prev element will let you navigate back to the first page.
Since you set SavePageState to Off on the first page, the update of the text element will occur. Let us know if you are still having questions to this topic. Thank you for your feedback.
But I see now it's on the other pages it does not work. I will email the updated file.