New plugin website | Wordpress.org page | Donate link
Designless, multistep, conversational, secure, all-in-one WordPress forms plugin.
Welcome to the official Formality repository on GitHub. Here you can browse the source, look at open issues and keep track of development. If you are not a developer, please download the latest release of the Formality plugin from the WordPress.org plugins repository or directly install it from the plugins page in your WordPress admin.
- WordPress >= 6.1
- Create a
formality
folder in yourwp-content/plugins
dir - Copy the entire repository into your
formality
folder - Activate it from wp-admin (like any other plugin)
Based on Sage workflow/build process.
Make sure all dependencies have been installed before moving on:
- Run
yarn
from the plugin directory to install dependencies - Update
webpack.mix.js
settings:devUrl
should reflect your local development hostname
yarn start
— Compile assets when file changes are made, start Browsersync sessionyarn build
— Compile and optimize the files in your assets directoryyarn build:production
— Compile assets for productionyarn download
— Create a lightweight plugin copy that includes only executable files and production assetsyarn release
— Create a lightweight plugin copy ready for WordPress.org Plugin SVN Repositoryyarn i18n:pot
— Scans PHP and JavaScript files for translatable strings and create POT language file.yarn i18n:json
— Extract JavaScript strings from PO files and add them to individual JSON files.
Soon
Contributions are welcome from everyone.
GPL-3.0 - Copyright (c) 2018-2023 Michele Giorgi