I have a form (named test), which contains a Dialog List field (named choice) with option “Refresh fields on keyword change” checked. The “choice” field has the following choices: blue (the default), green and red. Depending of the selected color, some fields are shown or hidden.Whenever I call this form in a web browser, the blue choice is always selected and the fields related to it are shown, and fields related to other colors are hidden (which is fine).
Is it possible to call this form and show, let’s say, the red color by default? I’m using a cookie to do that and it works… but the fields related to the blue color are still shown, and the one with the red color are hidden. It looks like the dialog list is not refreshing when I set a value to it using JavaScript.
Is there a way to do this?
Thanks a lot!
Pascal
BTW, do someone have documentation about “Refresh fields on keyword change” option? I don’t know exactly what Domino is doing.