2
I am using Wordpress with Gravity Forms. I have a form that I am using to submit data to a third party website. The detail, this site is waiting for the data to be sent in the form application/x-www-form-urlencoded
, but Gravity Forms is sending as multipart/form-data
. In the end, I can’t get the right response from the third party site.
Looking at the <form />
that Gravity Forms generates, I see that it has the tag enctype="multipart/form-data
. Does it have a means of putting through the Gravity enctype="application/x-www-form-urlencoded
?