formality
formality copied to clipboard
Forms made simple (and cute). Designless, multistep, conversational, secure, all-in-one WordPress forms plugin.
Formality

New plugin website | Wordpress.org page | Donate link
Designless, multistep, conversational, secure, all-in-one WordPress forms plugin.
Welcome
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.
Requirements
- WordPress >= 5.8
Plugin setup
- Create a
formalityfolder in yourwp-content/pluginsdir - Copy the entire repository into your
formalityfolder - Activate it from wp-admin (like any other plugin)
Assets build process
Based on Sage workflow/build process.
Make sure all dependencies have been installed before moving on:
Setup
- Run
yarnfrom the plugin directory to install dependencies - Update
webpack.mix.jssettings:devUrlshould reflect your local development hostname
Build commands
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.
Documentation
Soon
Contributing
Contributions are welcome from everyone.
License
GPL-3.0 - Copyright (c) 2018-2022 Michele Giorgi