Skip to content

Pubvana-CMS/forms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stable? Not Quite Yet License PHP Version Monthly Downloads Total Downloads GitHub Issues Contributors Latest Release Contributions Welcome

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

About

Form builder for Pubvana CMS

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors