So I want to use for my form, inputs like this: input name="register[email]"
But I can not seem to get in router in nodejs the value from input. I used req.body.register.email , reg.body.register['email']. Nothing seem to work.
When I use for input name="email" I can simply use req.body.email and works just fine.
in Java?