Posts by Fransuwel • 13 points
3 posts
-
0
votes1
answer934
viewsQ: Input by clicking Add
I want to add a new input, with a perfect name, so I can pick up the information and send it through the form. Follows the code. Requests <form method="POST" action="recebe.php?valida=TRUE">…
-
0
votes2
answers1155
viewsQ: Pick up input values
Hello, I would like to know how to get the information of each input of my form, are inputs in html and other generated in Javascript, I want to send the information by backend PHP to another page.…
-
0
votes2
answers4800
viewsQ: Add input with Javascript
Hello, I’m new here. I’d like to know how to make my javascript-generated input inherit the css formatting my html input has. Follow the code: <html> <head>…