0.1.0 • Published 1 year ago

@zekerzichtbaar/formzz v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Strapi plugin formzz

Formzz is a Strapi plugin that allows you to create forms through collection types.

Get started

Install formzz by running the install command in your Strapi root.

npm install @zekerzichtbaar/formzz or yarn add @zekerzichtbaar/formzz

Formzz should automatically install input-field components. If for some reason this does not happen, try running:

npx formzz init

Strapi TODO

  • Publish plugin as npm package for strapi
  • Remove default settings page
  • Add redirect location field
  • Add sender email adress field

Nuxt TODO

  • Rewrite to composition api.
  • Add 'loading please wait' after submit and before redirect.
  • Make redirect location after submission dynamic.
  • Publish plugin as npm package for nuxt