Hello,
I have 2 quick questions as I am exploring Adalo countdown component:
-
Is it possible to allow user to input the time (minutes and seconds) and pass it to countdown?
-
Once having 2 or more timers on the page - is it possible to have a second countdown only start once the first one has finished?
Bonus question: I saw options to send push notification but could not find one for playing sound (on countdown finish)
Thank you for your guidance as I am starting my Adalo journey
1 Like
Question 1 - YES
Question 2 - YES, using ‘change visibilitry’
For 2, here is the method:
- Make a true-false property in logged in user called ‘Make countdown visible’ (or whatever)
- Place 2 count downs on a screen.
- On the first countdown add an action after countdown finishes - Update Logged in User --> Make Countdown visible - TRUE.
- Now select the second countdown and click on ‘Change Visibility’ and add the condition 'visible if Logged in User --> Make countdown visible is TRUE
Hope this helps
3 Likes
system
Closed
3
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.