Checkbox selection unique

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
storm1
User
Posts: 6

Checkbox selection unique

Post by storm1 »

Hi.

I have a table with 18 checkbox but I want the user can only one select of them when adding or editing.

Thanks


Chris
User
Posts: 162

Post by Chris »

That's what RADIO buttons are for.


storm1
User
Posts: 6

Post by storm1 »

Hi
Sorry, but i need checkbox because some fields have a date field and other data.

Thanks


arbei
User
Posts: 9383

Post by arbei »

You can use the "Client side events" in the "Edit Tag" and use the change event to monitor the user is selected only 1 options in this field.

You can also use Form_CustomValidate server and/or client events to validate, see Server Events and Client Scrips in the help file.


Post Reply