0.5.8-1 • Published 8 months ago

strapi-v4-form-builder v0.5.8-1

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

How to Install

Copy the following code and run from your terminal

yarn add strapi-v4-form-builder
npm i strapi-v4-form-builder
  • Add a new environment variable CSR_SECRET_KEY in your strapi project. This will be a random hash string.
  • .env file should be something like below with CSR_SECRET_KEY added.
# Database
DATABASE_CLIENT=postgres
DATABASE_HOST=localhost
DATABASE_PORT=5432
DATABASE_NAME=dbName
DATABASE_USERNAME=postgres
DATABASE_PASSWORD=postgres
DATABASE_SSL=false

CSR_SECRET_KEY="something#secret+123"

Features Default

Form Builder

  • Create custom form fields from the Content Manager
  • Use the Form-Type collection to defince the form fields and form structure
  • Submissions can be viewed from editView of the form-submission collection.
  • Submissions can be viewed from the plugin's homepage.
  • Based on each Form-Type its corresponding submissions can be viewed.
  • Submitted attachments can be downloaded by CMS admin.

Export

  • Export data directly from the Content Manager
  • Based on each Form-Type, all of its corresponding submissions can be exported to an excel file (.xlsx)

Alt text

Alt text

Alt text

Alt text

0.5.8-1

8 months ago

0.5.6

10 months ago

0.5.8

9 months ago

0.5.7

9 months ago

0.5.5-4

10 months ago

0.4.6-2

12 months ago

0.4.6-1

12 months ago

0.4.9

11 months ago

0.4.8

11 months ago

0.5.2-1

11 months ago

0.3.0

1 year ago

0.5.2-3

11 months ago

0.5.2-2

11 months ago

0.5.2-4

11 months ago

0.5.4

10 months ago

0.3.6

1 year ago

0.5.3

11 months ago

0.3.5

1 year ago

0.3.8

1 year ago

0.5.5

10 months ago

0.3.7

1 year ago

0.5.0

11 months ago

0.3.2

1 year ago

0.3.1

1 year ago

0.5.2

11 months ago

0.3.4

1 year ago

0.5.1

11 months ago

0.3.3

1 year ago

0.4.7-1

12 months ago

0.4.7-5

12 months ago

0.4.7-4

12 months ago

0.4.7-3

12 months ago

0.4.7-2

12 months ago

0.4.7-9

11 months ago

0.4.7-8

11 months ago

0.4.7-7

12 months ago

0.4.7-6

12 months ago

0.4.7-12

11 months ago

0.4.7-11

11 months ago

0.4.7-10

11 months ago

0.5.5-3

10 months ago

0.2.0

1 year ago

0.5.3-2

11 months ago

0.5.3-1

11 months ago

0.5.5-2

10 months ago

0.5.5-1

10 months ago

0.5.3-3

10 months ago

0.4.5

12 months ago

0.4.4

1 year ago

0.4.7

12 months ago

0.4.6

12 months ago

0.4.1

1 year ago

0.4.0

1 year ago

0.4.3

1 year ago

0.4.2

1 year ago

0.1.0

1 year ago

0.0.1

1 year ago