Posts by Jefferson Rodrigues • 11 points
1 post
-
1
votes0
answers794
viewsQ: How to send form parameters using Express and Node.js
Hello, I’m trying to post the data of a form using Express, follow the code below index.html <form action="insere" method="post"> <p><h4> Título </h4> <input type="text"…