You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be best to use the json language here, as you can send a few extra fields.
...
fields: [
{
"name":"Regular field title",
"value":"Some value here"
},
{
"name":"Inline field title",
"value":"Some value here",
"inline":true
},
{
"name":"Inline field title",
"value":"Some value here",
"inline":true
}
]
it would be like
fields: name:value
The text was updated successfully, but these errors were encountered: