This example contains a form with two submit buttons. The first submit button submits the form data with default character encoding, and the second submits the form data without character encoding:
If you click on the submit buttons above, notice that the formenctype attribute overrides the HTML form's enctype attribute (default is "application/x-www-form-urlencoded").
Click the "Try it" button to return the value of the formenctype attribute of the second submit button above.