Hello,
In a Web Application (JADE Forms), is there any way of displaying a prompt to the user with a "Yes" / "No" option?
Currently, we do have message labels that display validation errors etc, but we need to show something to the user even when the data is valid. The idea being they enter data, press "OK", the prompt appears, they answer to exit the screen. Using our current technique means displaying anything on the error line is pointless as they are leaving the screen anyway...
I am after functionality similar to the app.msgbox() class for the thin client. Is this possible?
Cheers,
Rich