cancel
Showing results for 
Search instead for 
Did you mean: 

Creating Check Box's in Interactive Adobe form.

Former Member
0 Kudos

Hi Friend's

I have a small Trouble working with Interactive Adobe Forms.

I am creating a user registration page, it contains four Check Box's,

i need to select any two or three of them,

I have bind a single field or same field for those Four Check Box's.

Whats my problem is, if i select a single check Box all the check Box's are getting select.

As far as i tried i cant able to restrict that, i need your help, and sample script or Guidance.

Thanks,

Pradeep.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member184578
Active Contributor
0 Kudos

Hi,

Whats my problem is, if i select a single check Box all the check Box's are getting select.

Since you bind all the checkbox's to the same attribute, when you select one, it's getting selected for the other CBs too.. you need to create separate attributes for each check box and bind them.

Regards,

Kiran

Former Member
0 Kudos

Hi Kiran,

That thing we can do, But i need to do with single attribute, is there any possibilities like setting any flags.

Thanks,

Pradeep.

former_member184578
Active Contributor
0 Kudos

Hi,

No. You may set flags( with no use), at the end the attribute to which the value is bound will get reflected.

Regards,

Kiran

Former Member
0 Kudos

Hi Kiran,

Thanks for your Reply..

Regards,

Pradeep.

ramakrishnappa
Active Contributor
0 Kudos

Hi Pradeep,

As you bound all check boxes to a single attribute, once select, it is checked all boxes.

You need to bind each check box to a separate context attribute, and onSelect of check box, you can raise error message if all are selected / as per your requirement.

Hope this helps you.

Regards,

Rama

Former Member
0 Kudos

Hi Rama,

That thing we can do, But i need to do with single attribute, is there any possibilities like setting any flags.

Thanks,

Pradeep.

ramakrishnappa
Active Contributor
0 Kudos

Hi Pradeep,

I don't think its possible to achieve your requirement with single attribute.

Regards,

Rama

Former Member
0 Kudos

Hi Rama,

Thanks for your Reply..

Regards,

Pradeep.