A Discourse Plugin that allows you to create custom user wizards.
d829d46550
The category selector tends to overflow on mobile due to width being declared as 500px, This commit changes that to max-width and adding width: 100% to make it scale to screen size. |
||
---|---|---|
.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