Notifications
Clear all
Topic starter
Hi has anyone developed a form in Encounter Form Editor or Visual Form Editor when one check box is clicked on the other check boxes are cleared (or deselected automatically).
Can you share it with me so I can see how this is done, or send me the code.
Thank you
Theresa Savage
Posted : December 5, 2013 7:27 am
{if DOCUMENT.checkbox1 <>"" then
DOCUMENT.checkbox2 = ""
DOCUMENT.checkbox3 = ""
endif}
Posted : December 5, 2013 10:28 pm
Topic starter
I tried that but it did not work, I will re-check my code.
Thank you
Theresa
Posted : December 5, 2013 11:36 pm
Topic starter
Hi Jerry that worked I had an "AND" between the Doument Temps once I removed it, it was working correctly.
{if DOCUMENT.TEMP_620271734_2643_34967425 <> "" THEN DOCUMENT.TEMP_620271090_2643_34967422 = "" and DOCUMENT.TEMP_620271150_2643_34967423 = "" endif}
Thank you!!!
Posted : December 6, 2013 1:45 am