Closed codedmart closed 13 years ago
That is a bug, and something I regrettably didn't think to test for.
Just fixed: 1b4816010d95910e00f590fac95c5e42838888df
It was a small arithmetic problem. (A single line where i = 0
needed to be i = -1
). I'm pushing an immediate NPM update. Thanks a lot for pointing this out.
Awesome! Thanks for the plugin!
If I fill in all the fields I get this when I console log req.body which is correct:
If I have some form fields blank then I get improper data (I left company_name, broker, address, broker_logo, and personal_logo blank):