xBeastMode/McpeModalFormsDocumentation

what's formData?

Opened this issue · 1 comments

what's formData?

A json encoded string that contains type, title, and content of the form. content should contain all the inputs:

"content": {
   {
      inputs go here...
   }
}