I don't know what this is not working when it work in my previous pages.
input.form-control(type="text", name="names[]", autocomplete="off")
I want to retrieve that value in my server. In my other pages I use this
console.log("value " + req.body["names[]"]);
I typically get an array of names. Now for some reason all I get is undefined I have tried for hours I just don't know what is wrong.