What is the best way to add a multiple choice option to the add link page?
I tried adding checkboxes, radion buttons and multi select combo box but none of the had the desired effect.
Here's how i would like it to work if I want people to list the facilities of an hotel
Facilities: Bar. = Yes; Restaurant = No; Laundry = Yes and so on
I can see how I can do it as seperate fields with just Yes - No but not as one multiple choice one. Some cases may not be a simple Yes or No but have other options also.
I am probably just not using them right. I want several choices to show (on the details page - I am not having any problem with what they display on the add link page). When I set up 4 or 5 checkbox options only 1 answer showed on the details page
Comments on Best way to add multiple choice fields
Forum Regular
Usergroup: Customer
Joined: Jan 19, 2007
Total Topics: 32
Total Comments: 130
What is the best way to add a multiple choice option to the add link page?
I tried adding checkboxes, radion buttons and multi select combo box but none of the had the desired effect.
Here's how i would like it to work if I want people to list the facilities of an hotel
Facilities: Bar. = Yes; Restaurant = No; Laundry = Yes and so on
I can see how I can do it as seperate fields with just Yes - No but not as one multiple choice one. Some cases may not be a simple Yes or No but have other options also.
Hope you can help.
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Found that it was generating some ugly HTML for multiselectors and isn't showing the selections on edit. Will get this resolved tomorrow.
Forum Regular
Usergroup: Customer
Joined: Jan 19, 2007
Total Topics: 32
Total Comments: 130
Great!
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Checkboxes seem to work fine already, what problem are you having with them? Fixed comboboxes for 4.1.9.
Forum Regular
Usergroup: Customer
Joined: Jan 19, 2007
Total Topics: 32
Total Comments: 130
I am probably just not using them right. I want several choices to show (on the details page - I am not having any problem with what they display on the add link page). When I set up 4 or 5 checkbox options only 1 answer showed on the details page
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
You'd display the answers like this:
(as mentioned at bottom of scripts.webmastersite.net/w...adding-a-new-field-98.html )