Im wondering how to create a save confirmation message when "save" button is click, same as delete action that will prompt a delete comfirmation message after click the delete icon.
Any advice would be appreciated.
PS* Im not looking for confirmation message AFTER save, im looking for confirmation message(Yes/No) BEFORE proceed to saving progress.
Not possible.
I, too, would like a conditional confirmation before save. I have some fields that, while not mandatory, I would like users to fill out if at all possible.
It would be great that if they were blank the app would say "You did not fill out field X. Are you sure you want to save?"
Not too fancy but you could make a final field with a valid_if that prevents the user from saving until he/she confirms that wants to save anyway.
For example, this could be a YN column or even more complicated a Text field with a Description of "If you want to continue anyway, type Yes, I'm done" and a valid if of:
[_THIS]="Yes, I'm done"
Previous to this field you could add a Show column with the list of fields that were left blank for your user to know.
User | Count |
---|---|
34 | |
11 | |
3 | |
3 | |
2 |