Posts by Eleonor Dom I • 21 points
2 posts
-
1
votes2
answers216
viewsQ: Express - req.body does not find the data sent by the customer
I have a small form with login and password whose data I need to be sent to a route X via POST. For this, I used AJAX and to make sure that the data was being sent, I used the Success function to…
-
0
votes0
answers120
viewsQ: Problem validating form data (nodejs, express, jquery and handlebars)
I have a problem in Nodejs when it comes to validating a form. I want, if there is an input incorrectly typed, to be shown an Alert pro user (without leaving the form route). For this, I put an if…