Hi everyone!
I am building a workout tracking app and want to improve the user feedback loop when a user saves their set data.
Currently, when the user clicks the “OPSLAAN” (Save) button, I want to trigger a “Saved” confirmation to ensure the user knows the action was successful without navigating them away from the current screen.
Requirements
-
Success Popup/Overlay: Upon clicking the Save button, a brief “Saved!” or “Success” popup should appear.
-
Data Persistence: The input data (Weight, Reps, RPE) must remain visible in the fields after saving. The screen should not reset or clear the values immediately, so the user can reference their last set.
-
Auditory Feedback (Nice-to-have): I would like a short confirmation “ding” or “success sound” to play when the button is pressed.
Questions for the Community
-
What is the best way to trigger a temporary Modal or visibility-based “Success” message in Adalo without using a “Link” action that resets the page?
-
Are there any recommended components or workarounds for triggering a short audio file (MP3) on a button click?
-
To keep the data in the input fields after the Save action, should I use “Update Current Record” instead of “Create,” or is there a way to prevent the Form Component from clearing? - the data only needs to be visible when the current workout is going on.
Attached: Screenshot of the current workout logging interface.
