10375 Posts in 2190 Topics by 1707 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 136 Views |
-
Multiform module, how can I show/hide fields when an checkbox is checked/unchecked?

10 January 2013 at 4:51am
Hi,
I use the multiform to make an form with several steps, but in 1 step I want to make that when the checkbox is checked there will be
several new fields shown for input.Bit of the code:
new CheckboxsetField($name ='Voogd2', $title = 'Voer eventueel een 2e persoon in', $source = array('Toevoegen' => Toevoegen')),new LabelField($name = 'Persoonsgegevens2', $title = '<strong><br/>Persoonsgegevens<br/><br/></strong>', null, true),
new TextField('Voornaam2', 'Voornaam'),
new TextField('Achternaam2', 'Achternaam'),So when the checkbox is checked, show the labelfield en textfields.
See entire code below.
Suzanne
-
Re: Multiform module, how can I show/hide fields when an checkbox is checked/unchecked?

10 January 2013 at 5:41pm
To do any show/hide logic you have to use javascript. Lots of javascript tutorials on the web (e.g http://iamzed.com/2006/12/14/using-jquery-to-show-hide-form-elements-based-on-a-checkbox-selection/)
| 136 Views | ||
|
Page:
1
|
Go to Top |


