Redcap's Corner
Well-known member
The default value for a custom expression-based menu is no selection. I have a script that occasionally needs to clear the selection a user has made back to that default in order to function. I'm aware of the "trustme" statement, but I can't seem to figure out how to actually clear the selected value. I've been using the following and getting an error:
Any thoughts?
Code:
field[usrChosen1].value = ""
Any thoughts?