|
|
|
|
|
by codetrotter
776 days ago
|
|
I created a form with a dropdown and a some other inputs. The result when using enctype=application/x-www-form-urlencoded and method=post in the form html is that the body that is shown in my email client is URL encoded. They have a different enc type that you could use to specifically make it plain text. That one is not recommended because then you're gonna have a bad time parsing out the fields that were submitted from the form. |
|