Announcement

Collapse
No announcement yet.

Having problems with radio buttons

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Having problems with radio buttons

    Hi,
    I wish to insert radio buttons into my form but they don't seem to work like they're supposed to.
    For example, YES & NO selection where I can select both buttons instead of just one selection.
    And i am not able to cancel my selection when I click again on the same button.
    What am I doing wrong?
    Appreciate prompt help...pleeaaassse...

  • #2
    Re: Having problems with radio buttons

    You should name those radio buttons as same name, then when you select another botton, the botton will cancel select statement.

    In your example, YES & NO button should have the same name.

    Dubble click the YES botton, you will see "General" in "Radiobutton Properties", input a name in the "Group Name", then input a value(example:yes) in the "Value",

    Then setting NO button:
    Dubble click the NO botton, input the same name in the "Group Name", then input a value(example:no) in the "Value",

    Comment

    Working...
    X