I'm using Wordpress with Gravity Forms. I have a form that I am using to submit data to an outsourced website. In detail, this site is expecting data to be sent application/x-www-form-urlencoded
, but Gravity Forms is sending multipart/form-data
. In the end, I can not get the right answer from the outsourced site.
Looking at the <form />
that Gravity Forms generates, I see that it has the enctype="multipart/form-data
tag. Does it have a means of putting enctype="application/x-www-form-urlencoded
?