Hi everyone!
I have a page called from multiple links.
I need that “X” button to close goto the last page opened previously.
Can you tell me how to do it?
Thanks in advance!
Hi everyone!
I have a page called from multiple links.
I need that “X” button to close goto the last page opened previously.
Can you tell me how to do it?
Thanks in advance!
Have a read of Yisrael’s example here.
https://www.grampsworkbench.com/Examples/Back-Button
If you want to do next and previous buttons on a dynamic page, then follow this page here.
https://support.wix.com/en/article/corvid-tutorial-creating-previous-and-next-buttons-for-a-dynamic-item-page-with-code
Another way is to add an html component and to use it to go back in history (that way, your back button will be in sync with the browser back button):
https://www.w3schools.com/jsref/met_his_back.asp