Check Box being selected from DB
I have 2 check boxes 100% and another check box that says other with a text field.
I have database field called contribution amount. How can I check the box if the DB value is 100
and when the DB value isnt 100 i want the other check box selected with the contribution amount to appear
i tried to do showif contribution !=100 but that didnt work is there another way i can display it
