Hi all
I have a page in my app that has a series of containers. In one container the user clicks on a ‘continue’ button to move to the next container.
In one of the containers the user submits an answer which is stored in a table in xano. If the user wants to delete that record the user should be able to click a trash can. I inserted the modal element on the trash can. The modal itself seems to work OK.
However the modal pops up when the user opens the page. How do I prevent that from happening?
Many thanks
Paul
Hi Paul… By default, the Display of the Modal is set by the variable “modalOpened”. Just make sure that when you load the page, that variable is set to ‘false’… You could set the variable in the page Settings > Trigger page workflows
Or just update the default value of the “modalOpened” variable to false
Thanks for the quick fix. Much appreciated.
Paul