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
getting the error "title" field is required.
Whereas, if I send using the JSON option(https://docs.guzzlephp.org/en/stable/request-options.html#json) it works perfectly,
instead of multipart in the above code, I replaced with,
json: {
'title': 'mr',
'first_name': '1'
}
Can someone please confirm multipart will work with form data fields?
Note : craft cms version(3.7.34)
The text was updated successfully, but these errors were encountered:
I have tried to post my form values using the multipart option(https://docs.guzzlephp.org/en/stable/request-options.html#multipart), like the below in my twig template file,
Can someone please confirm multipart will work with form data fields?
Note : craft cms version(3.7.34)
The text was updated successfully, but these errors were encountered: