Hi there,
Can someone tell me how to get more control over the checkbox in a form?
Like how can I implement a extra checkbox with a "other" checkbox that has a textarea.
This is the code from CouchCMS to make a basic Checkbox with a couple of values, how must I change this;
and I have this and it works but can not add a other area with a custom field.
And also a explanation with the radio button if that's possible.
Can someone tell me how to get more control over the checkbox in a form?
Like how can I implement a extra checkbox with a "other" checkbox that has a textarea.
This is the code from CouchCMS to make a basic Checkbox with a couple of values, how must I change this;
- Code: Select all
Select your favorite cartoon characters.
<cms:input type="checkbox" name="toon" opt_values="Goofy | Donald | Bugs Bunny=Bugs | Scooby Doo=Scoob" />
and I have this and it works but can not add a other area with a custom field.
- Code: Select all
<label>LABEL</label>
<cms:input type='checkbox' validate='0' required='1' class="form-control" id="ID_AREA" name='NAME' opt_values="OPTION_1 | OPTION_2 | OPTION_3 | OPTION_4" />
And also a explanation with the radio button if that's possible.
