Avatar

Level 1

Still not working. I have tried modifying the code, which looks to me like it should work:

if(RadioButtonList.Option1.rawValue!="" || RadioButtonList.Option2.rawValue!="" || RadioButtonList.Option3.rawValue!=""){ // If any button is selected (at least one is not null)

SignatureFldEmpl.access="open"; // Make it open

}

else{ // Else if no button is selected

SignatureFldEmpl.access="readOnly"; // Make it readOnly

}

I have added this to the change event to both the RadioButtonList and the Signature field and neither one will work.

Donna Albright

(205) 581-2971