plain-solutions-gmbh / kirby-form-block-suite

This form plugin for Kirby offers you maximum flexibility and usability. It can be used as a block anywhere you needed. This repository replaces the obsolete version 2.0.
Other
38 stars 11 forks source link

Frontend not showing #12

Closed chris74er closed 1 year ago

chris74er commented 1 year ago

Hi, just tried the plugin in the kirby starterkit theme. Blueprint and panel workin fine but how do i get it to front?

plain-solutions-gmbh commented 1 year ago

Hi Christoph Just output the block field (that contains the form block) like this:

<?= $page->your_block_field()->toBlocks() ?>

For more information about outputing a block field, read the manual

chris74er commented 1 year ago

Many thanks

plain-solutions-gmbh commented 1 year ago

Did it work? Can i close this issue?

chris74er commented 1 year ago

yes, everythings fine.