echo ' <fieldset> <legend>Bedrijfsgegevens (optioneel)</legend> <dl>'. $form->field('company_name')->build(). $form->field('company_contact')->build(). $form->field('company_address')->build(). $form->field('company_zipcode')->build(). $form->field('company_city')->build().' </dl> </fieldset>';So build each individual field seperately and use your own html structure for the form.
It looks like you're new here. If you want to get involved, click one of these buttons!