Posts by Davi Emboaba • 1 point
2 posts
-
-1
votes1
answer548
viewsQ: How do ENTER jump from the field instead of sending?
Command to save information to the bank: <button id="btnslv" type="submit" class="btn btn-success btn-block" name="btnslv" value="0">SALVAR</button> My Form: <form class="" id="form"…
-
-2
votes2
answers94
viewsQ: Button to add numeric value, write to Postgresql database and display on screen with PHP
Next, I am working on a design of a system that has as one of the parameters "series".. I need from the "Save" button it takes the value of the series, save it in postgresql and show the next number…