Form
Permalink 1 user found helpfulor php include?
Can i put anything from my scrapbook into the theme?
http://www.concrete5.org/marketplace/addons/extended-form/...
I've not used it myself outside of brief testing, but it looks to be getting great reviews.
<?php
$FooterBlock = Block::getByName('what_you_named_your_block');
$bv = new BlockView();
$bv->render($FooterBlock );
?>
I doubt it will be easier than an external form block. I'm not even sure if it's possible to put it in a template since there's quite some stuff in the controller that pulls stuff from the database.