Recent Docs Activity
View all activityPage | Date | Comment |
---|---|---|
My first HTML form |
The first two code blocks don't work as <input> elements require a "name" attribute in order to acctually send anything when the form is submitted. Change the first two code blocks to match the third code block which correctly has the "name" attirbutes |