pubvana/forms

Form Generator for Pubvana CMS

Maintainers

Package info

github.com/Pubvana-CMS/forms

Type:flightphp-plugin

pkg:composer/pubvana/forms

Statistics

Installs: 3

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

0.1.0 2026-05-05 05:41 UTC

This package is auto-updated.

Last update: 2026-05-05 05:45:26 UTC


README

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