Posts by Luciano Brandão • 1 point
3 posts
-
0
votes1
answer23
viewsA: Handlebars validate button Submit
I solved the problem using addEventListenet('Submit'); but no handlebars would be possible ? thank you in advance
-
-1
votes1
answer23
viewsQ: Handlebars validate button Submit
Hello, need to do a check using handlebars... after clicking the sign up button, if the registration is successful, displays a modal otherwise the user is forced to fill in the fields, however I…
-
0
votes2
answers626
viewsA: Error while trying to display database data using Handlebars
router.get('/categorias', (req,res) => { Categoria.find().map(categories => () { const results = { name: categories.name, } return results; }) …