A Discourse Plugin that allows you to create custom user wizards.
b5bd7cdf66
Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. - [Release notes](https://github.com/minimistjs/minimist/releases) - [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md) - [Commits](https://github.com/minimistjs/minimist/compare/v1.2.5...v1.2.8) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.github/workflows | ||
.tx | ||
app | ||
assets | ||
config | ||
coverage | ||
db/migrate | ||
lib/custom_wizard | ||
spec | ||
test/javascripts | ||
.discourse-compatibility | ||
.eslintrc | ||
.gitignore | ||
.prettierrc | ||
.rubocop.yml | ||
.simplecov | ||
.template-lintrc.js | ||
.travis.yml | ||
COPYRIGHT.txt | ||
crowdin.yml | ||
Gemfile | ||
Gemfile.lock | ||
lefthook.yml | ||
LICENSE.txt | ||
package-lock.json | ||
package.json | ||
plugin.rb | ||
README.md | ||
SECURITY.md | ||
yarn.lock |
Discourse Custom Wizard Plugin
The Custom Wizard Plugin lets you make forms for your Discourse forum. Better user onboarding, structured posting, data enrichment, automated actions and much more for your community.
Install
If you're not sure how to install a plugin in Discourse, please follow the plugin installation guide or contact your Discourse hosting provider.
Documentation
Read the full documentation here, or go directly to the relevant section
- Wizard Administration
- Wizard Settings
- Step Settings
- Field Settings
- Conditional Settings
- Field Interpolation
- Wizard Examples and Templates