These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

how to turn off highlight of checkbox only

rcwip
Registered: Oct 30 2010
Posts: 13

Hi there. Is there any javascrip to turn off only highlight colour of checkbox but leave other object (e.g. textbox fields) remained highlighted? I tried this one in docReady but did not work!
 
topmostSubform.Page1.CheckBox1[0]::docReady - (JavaScript, client)
Page1.CheckBox1[0].runtimeHighlight = false;
 
Another question: I have set a password in form security and when I tried to change the password and save the fillable form, it prompted me "failed to save the file". When did I miss?
 
Thanks.

rcwip
Registered: Oct 30 2010
Posts: 13
Hi there. Can anyone please advise me on the 1st question? The 2nd question has been solved. Thanks.