Custom Attributes – maybe a small job$$
Permalink
Hi,
I need to create some custom attributes a lot of which are based upon the checkbox type.
However in root/concrete/models/attribute/types I can't see a checkbox folder to use to base my custom attribute on.
I am using Andrews tutorial based on the change address type.
The checkbox attribute only gives one question at a time answers.
Id like to have an attribute of several choices made by checking checkboxes. Just like an ordinary form where the options are separated by a return.
Please see the screen shot for the custom attributes I need. These questions would be filled out at Registration time. If this is too complicated I may post this as a job for someone...
Nige
I need to create some custom attributes a lot of which are based upon the checkbox type.
However in root/concrete/models/attribute/types I can't see a checkbox folder to use to base my custom attribute on.
I am using Andrews tutorial based on the change address type.
The checkbox attribute only gives one question at a time answers.
Id like to have an attribute of several choices made by checking checkboxes. Just like an ordinary form where the options are separated by a return.
Please see the screen shot for the custom attributes I need. These questions would be filled out at Registration time. If this is too complicated I may post this as a job for someone...
Nige
its called boolean, took me a while aswell, i was like wtf why does checkbox not work, then i found it ;)
Ahhh cool cheers. Is it easy to add extra checkboxes then instead of a new question each time?
Nige
Nige
screenshot
ohhh then you want select, you just need to tell it to allow multiple choices (see pic for what it looks like in c5)
http://screencast.com/t/MmRkNzJl...
http://screencast.com/t/MmRkNzJl...
Oh yeah OK. Cheers
I'll do that then.
You don't have that option for checkboxes though?
Nige
I'll do that then.
You don't have that option for checkboxes though?
Nige
select is checkboxes if you allow the choosing of multiple otherwise its just radio buttons