pubvana / forms
Form Generator for Pubvana CMS
Requires
- php: ^8.1
- enlivenapp/flight-school: ^0.2
README
Pubvana Forms
I noticed folks downloading some of these packages. I'm super grateful, Thank You! I would like to let folks know until this notice disappears I'm doing a lot of breaking changes without worrying about them. Once versions are up around 0.5.x things should settle down.
A form builder for Pubvana. Create forms in admin, embed them on the public site, collect and review submissions.
Install
composer require pubvana/forms
Enable in app/config/config.php:
'pubvana/forms' => [ 'enabled' => true, 'priority' => 50, ],
Sync themes from the admin Themes page to publish assets.
Usage
Create forms in Admin > Content > Forms. Add fields with the drag-and-drop builder, set the form to Published, and embed it in any page or post:
{{ forms : slug contact }}
{{ forms : id 1 }}
Forms can also be placed in theme regions as a block.
Review submissions in Admin > Content > Forms > Submissions.
Requirements
- PHP 8.1+
enlivenapp/flight-school^0.2
License
MIT