Check Box enabled

Hi all,

My requirement is, In the check box field the values need to be checked and not to allow them unchecked. So In field properties i have written in field extra HTML tab\other as Checked disabled. This make my requirement work but when i save the form and checked in the document properties the field value is blank.

Is there a way so that the value need to be checked and not allow to unchecked and the value need to be stored in the field. This is i am trying on web.

Thanks in advance.

Subject: Check Box enabled

Hi Surendra,

I did the same a while ago, and, if I remember exactly, you can also use the attribute READONLY, so something like this:

(just add READONLY to the attributes).

Can you check if this works?

Greetings,

Martin Vereecken

http://www.bizzybee.be (Notes blog)

Subject: RE: Check Box enabled

Thank’s for the response. But it did not work for my requirement.