Custom Form Builder (https://www.magentocommerce.com/magento-connect/custom-formbuilder.html)
In het betreffende bestand: (MAGENTO 1.x)
<?php
echo $this->getLayout()->createBlock('formbuilder/frontend_form', 'frontend_form', array
(
'form_id' => 1,
'template' => 'formbuilder/form.phtml',
))->toHtml();
?>