Send data between pages?
I have a list of buttons with topics from an RSS feed. Now I just can't figure out how to send the data of the full post of the given topic to the next page when clicking on the button.
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
I have a list of buttons with topics from an RSS feed. Now I just can't figure out how to send the data of the full post of the given topic to the next page when clicking on the button.
Hello Fredrik,
You can save data of the full post to invisible label (you can place it near the button in grid). On button click you can save label text in the local storage variable. Then you can display saved local storage variable value on another page.
Thank you. That solved my problem.