Hi all,
Hope this is the correct place to post this.
I need to get a message alert on a form when a certain field equals yes. This field is a yes/no field with values 0 and 1.
So basically when the field is set to yes then the message needs to appear for the user.
I have tried implementing some Javascript onto the field properties as an OnChange event but this does not seem to work. Here is the JS I used -
function WarningMessage() {
}
Is there a way I can do this without Javascript? Otherwise please let me know if I might be doing something wrong.
Thank you for any help.