Results 1 to 2 of 2

Thread: Having problems with radio buttons
      
   

  1. #1
    pinkigloo is offline Private
    Join Date
    Jul 2010
    Posts
    2

    Question 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. #2
    zhaohx02 is offline Staff Sergeant
    Join Date
    Apr 2010
    Posts
    42

    Default 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",

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49