'Discord.py make survey form like picture how

enter image description here

I need to make python survey bot discord like in picture and I don't know how



Solution 1:[1]

The type of Survey Form that you want to create is of the type called Modal

A step-by-step guide on how to setup a similar survey form is provided here: https://autocode.com/app/janethl/discord-modal-surveys/

Basically you can call a slash command that would output the modal along with all the questions in the feedback survey form

You can watch a Youtube Video Guide too on how to create a feedback survey form like that for Discord: https://youtu.be/LuuogF0yxvA

Total Two API Integrations are Available:

  1. Through Discord: https://autocode.com/lib/discord/
  2. Through Google Sheets: https://autocode.com/lib/googlesheets/

A prebuilt Discord Example app is available here: https://autocode.com/app/janethl/discord-modal-surveys/

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 aryashah2k