cascading template

aje

Member
Making a form template but having problems to show the cascadingdropdown.

$elements = $katalog->elements;
$bkfylke = $elements['bkfylke']->element;
$bkforhandler = $elements['bkforhandler']->element;

Trying to print it like this
<div class="control-group <?php echo $bkfylke->containerClass; ?>" >
<?php print_r($bkfylke);?>
</div>
<div class="control-group <?php echo $bkforhandler->containerClass; ?>" >
<?php print_r($bkforhandler);?>
</div>

Any tip ?
 
CDD is working with JS so you must keep the Fabrik structur in the form.
What are you trying to do?
Why do you use print_r?
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top