I\'m using express and having trouble getting form data from the bodyParser. No matter what I do it always comes up as an empty object. Here is my express generated app.js
The body of a HTTP post is a key/value hash of all the form controls with a name attribute, and the value is the value of the control.
name
You need to give names to all your inputs.