Making Attribute Fields a Checkbox
-
Hi, I had a question concerning attributes.
So I saw:
#_ATT{Field Label}{Default Option|Option 1|Option 2|etc.} – Select from one of the options, seperated by a pipe | character. If not defined, the first option is considered the default option.
And I noticed that from the front-end on the event submission form that an attribute was using a drop-down selection box, but this only allows one option to be selected. Is there a way for me to make this a checkbox instead?
I currently have
#_ATT{age group}{All Ages|0-1|1-2|2-5|5-12|12+}for an event, and I would like the user to be able to select multiple options, as some events may be applicable for multiple age groups.I know some PHP, so even if you could direct me to the file(s) to modify, I would appreciate that. Thanks.
The topic ‘Making Attribute Fields a Checkbox’ is closed to new replies.