Summary:
Support for external templates
Detailed Description:
It would be nice for FormBuilder to have the option to specify different
templates for a form.
with a template= argument that will either load a database template (from
DesignManager) or a file template from the module_custom directory.
i.e: template='cms_template:foo' or template='foo.tpl'