option buttons

P

Paul

How do create an option box that will allow multiple options to be checked at
the same time? Currently my option box only allows me to check one box.
 
M

MD Websunlimited

Hi Paul,

Each option button (radio button) needs to have a different name. Those with the same name are in an option group.
 
Top