what's formData?
Opened this issue · 1 comments
XDqrkneZ commented
what's formData?
xBeastMode commented
A json encoded string that contains type
, title
, and content
of the form. content
should contain all the inputs:
"content": {
{
inputs go here...
}
}