Posts by Octávio • 3 points
2 posts
-
0
votes1
answer30
viewsA: I wanted to make these two buttons here but I doubt to use the tag button or the , which better to use?
An alternative is to use the tag button next to the formaction attribute, formaction is an attribute that you can put the URL as the value within it, so you can use the button and provide the url…
-
-1
votes1
answer38
viewsQ: How to Validate the form without Refreshing the page and lose the fields already filled?
I am developing a form and I am using javascript to validate whether the form fields were filled or not, only then after filling the user can proceed, however, when it is clicked on the "Submit"…