Hi,I have notes form with radio button and selected option before send email, however, after the document has been sent to user’s mailbox, when user opened it, the selected radio button option is changed.
For example, I have radio button with option of “a”,“b”,“c” and “d”, and user selected “c” when the document was sent, however, when user received it in their mailbox, the radio button is selected in first one “a”, but if I check the document property the received document, the radio button item field is “c” which is correct, but the radio button now focus (selects) the first option (“a”) which is not user original selected one which is “c”.
This issue is not always happened, just some times, it seems the notesitem in radio button is not consistent when user send this kind of document. Does anybody know how to fix it? I mean to keep the radio button selected as it it when user send it?
I am thinking of usign @thisvalue in the default value of radio, but not sure if this can fix it. Anybody knows any solution of fixing it?