• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: radio buttons

radio buttons 13 years 7 months ago #11448

  • judith
  • judith's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
Hello,
I would like to know how to be able to do a vertical list of radio buttons that the user can check and uncheck or make no choice at all before submitting the rest of the form.

I did a vertical button list, but the user is only capable of selecting on choice out of 4. How can I make it so the user can select multiple choices and uncheck some if he made a mistake?

Thanks

Judith
The administrator has disabled public write access.

Re:radio buttons 13 years 7 months ago #11474

  • bogdanc
  • bogdanc's Avatar
  • OFFLINE
  • Moderator
  • Posts: 669
  • Thank you received: 11
Hello,

You can consider using a checkbox field instead of a radio button field.
The administrator has disabled public write access.

Re:radio buttons 13 years 4 days ago #13617

  • sniffles
  • sniffles's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
  • Thank you received: 2
Hi

I doubt the thread is still current, but just to complete:

If you want to uncheck a checked radio button, just type the following code into the "Additional Attributes":
onfocus="chk=this.checked"
onclick="this.checked=!chk;this.blur()"

Best regards
Sniffles
The administrator has disabled public write access.
The following user(s) said Thank You: ltwainman
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!