Topic RSS
12:43 am
Is there a way to have column & rows of check boxes being displayed with the form?
Ex.
What is your favourite hobby?
x red x blue
x green x red
8:49 am
March 6, 2005
OfflineEvery checkbox is considered a separate element, grouping is not supported per se in the way you described it above.
CSS wise it'd be possible to address check box blue & checkbox red and change the styling so they would float next to red and green to the left, however the form HTML code contains a <BR/> in between each new form element/label pair – and that <br/> between line 1 red – blue would need to be removed.
If you're serious about this feature, you could
- give each <br> an ID,e.g. <br id="brX"/>
- change the CSS on a per field basis:
- set display:none; for the breaks in-between checkboxes on the same line
- set display:none; for checkbox labels in-between checkboxes on the same line
- adjust the width of the style label.cformlabelafter so you can fit more checkboxes on one line
For item 1 above, I can give you the code pieces if you want to implement it.
10:30 pm
Oliver – that would be great – or optionally is it possible to have give a user the ability to select multiple options in a drop down selection box?
You have my email address already from this form I believe.
11:09 pm
March 6, 2005
OfflineYep, that's supported aleady, see the plugins' Help! page re: multi-select boxes. If that does the trick for you, great, if not I'm sure we'll get working the way I outlined it above.
Let me know either way ;)
Most Users Ever Online: 959
Currently Online:
135 Guest(s)
Currently Browsing this Page:
1 Guest(s)
Top Posters:
tracedef: 43
mores: 21
Gyrus: 20
frozenwaste: 18
asuffredini: 15
photoworks: 14
Member Stats:
Guest Posters: 3548
Members: 1464
Moderators: 3
Admins: 1
Forum Stats:
Groups: 1
Forums: 4
Topics: 5157
Posts: 18386
Newest Members: juredujmovic, dreamkeeper, rajattyagi, wrokaa, lukass
Moderators: Paul (421), cnymike (8), sonika (95)
Administrators: Oliver (6398)
FAQs
Home
Add Reply
Add Topic
Quote











