1 - Wizard Administration

Administration Panel

Custom wizards are administered in the “Wizards” admin panel.

  • Wizards: The main administration panel, where you can create, edit and remove wizards. Read more on the settings in the panel here:

  • Submissions: Where you can view all user submissions to your wizards, and download them as JSON file(s).

  • Logs: Where you can view logs generated by your wizards, mainly concerning the result of actions.

  • Transfer: Where you can export and import wizards

Site Settings

  • custom_wizard_enabled: Disable this to prevent custom wizards from being used.

  • wizard_redirect_exclude_paths: Paths that cannot be redirected to from a wizard.

  • wizard_recognised_image_upload_formats: Upload types that will treated as images.

  • wizard_apis_enabled: Enable wizard API features. This is experimental and has not been thoroughly tested. Use with caution.

Thank you @angus for the very useful plugin.

I am wondering if you can an example on how to use the API to send submission to google sheet. I tried to Authorization but not working. thanks.

Hello @angus and thank you for your fantastic work! I am new to Discoure and find many features with pavilion. :+1:
I’m trying to use a custom assistant and I have two issues:

  • I can’t display the wizard page
  • the notification appears on the page with missing values ( %{site_name} %{wizard_url} %[wizard_name])
    Do you have an idea to solve my problem?
    Thank for your help !
    I will share my example (collect GDPR consent for users created before the installation of discourse legal-tools. I have created user fields and I want to update them using the custom wizard plugin - it works on rails console :+1:)

I solved the first problem with the time function that I had not used correctly. For the other problem, it may be from the API which is not yet operational?