Skip Navigation

[Resolved] Radio Buttons

This thread is resolved. Here is a description of the problem and solution.

Problem:

I will create a post form with Radio Buttons, in some categories it shall be possible to just select one of the radio Buttons for example in the category "ich bin/wir sind". How can I do that?

Solution:

There isn't such kind of built-in feature within Toolset Forms, taxonomy field in post form can have three types:

- Checkboxes

- Select Dropdown

- Select dropdown with multiple selection

In your case, you can consider the option "Select Dropdown", it is also a single choice field too.

Relevant Documentation:

This support ticket is created 4 years, 6 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

Tagged: 

This topic contains 4 replies, has 2 voices.

Last updated by nilsM 4 years, 5 months ago.

Assisted by: Luo Yang.

Author
Posts
#1954657

Hey there,

I will create a post form with Radio Buttons, in some categories it shall be possible to just select one of the radio Buttons for example in the category "ich bin/wir sind". How can I do that?

The next question is how is it possible to change the style of the radio button in to a circle?

And then I have the choice "Sonstiges:" it´s like something else. Is it possible to combine this Radio Button with a text field
where a user can write something individual if his topic is not listed in the form.

The site url, where the form is shown:

hidden link

I looking forward to read from you.

thanks for your help
Nils

#1955503

Hello,

Q1) There isn't such kind of built-in feature within Toolset Forms, taxonomy field in post form can have three types:
- Checkboxes
- Select Dropdown
- Select dropdown with multiple selection

In your case, you can consider the option "Select Dropdown", it is also a single choice field too.

Q2) style of the radio button in to a circle?
It requires custom CSS codes, I have searched it in google, and found some related results, for example:
hidden link

For your reference.

Q3) Is it possible to combine this Radio Button with a text field
Are you going to display one text field depends on value of another custom radio field in post form?
If it is, please check our document :
https://toolset.com/documentation/programmer-reference/forms/cred-conditional-display-engine/

#1962885

Hey Luo Yang,

thanks a lot for your help, this resolved my described issues, but now I have new problems and the following questions.

I Inserted a category with checkboxes and there the lines are to long, how is it possible to insert automatically line breaks?
You can see the problem here:
hidden link

and then I want to know how I can insert additional CSS? Cause if I make the fields of the form with fieldgroups there isn´t a option to give a field a css class name.

Thanks
Nils

New threads created by Luo Yang and linked to this one are listed below:

https://toolset.com/forums/topic/i-have-new-problems-and-the-following-questions/

#1963467

I assume the original questions of this thread is resolved, for other new questions, please check the new thread here:
https://toolset.com/forums/topic/i-have-new-problems-and-the-following-questions/

#1968805

My issue is resolved now. Thank you!