I would like to know how to show a modal about 5 seconds after page loads. Is there a Wappler way to do this?
Yup - Use the Action Scheduler. Set it to delay 5 seconds and No Repeat and then open your modal in the Tick action.
2 Likes
Thanks Heater Mann!
I will give it a try. I appreciate it very much.
One more thing to your steps:
I need to remove show=“true” in the modal div tag.
Afterward it works great, and a whole lot less coding! Thanks again!
As show=“true” is not default one normally wouldn’t need to remove it to make my solution to your stated problem work.
1 Like
You’re are absolutely correct!
I had previously set that beforehand, and was referring to what I had done… nothing wrong with your instructions. I had to append your instruction list only as it related to my settings… Ha!