xBeastMode / McpeModalFormsDocumentation

7 stars 2 forks source link

what's formData? #1

Open XDqrkneZ opened 6 years ago

xBeastMode commented 6 years ago

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


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