python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to send form after checking its data?
I'm trying to check form's data before its data are submitted. I've already done all the control but I don't know how to submit the form. I tried to search something but almost all require jQuery, but...
user17346450
Votes: 0
Answers: 2
html forms responsive in mobile view?
I have a form coded like this I want to make it responsive in both mobile and tablet version or responsive regardless:
</div>
<div class="contact_form">
<...
Siren O
Votes: 0
Answers: 1
Replace all input fields in form with select - keeping the original name attribute of each element with jquery
I have a form with some inputs like this:
<div id="buttons">
<label>Quantity:</label>
<input name="quantity_1" type="text" value="1" /...
Natalya GNS
Votes: 0
Answers: 2
when i enter email/password in the login same is binded to the other form simultaneously.how can i avoid this and make it independent respectively?
I have a login page and it has two forms 1.signup 2.login form .both share same data model .
Signup and login functionalities works fine.but when i enter email/password the same is binded to the ot...
Priya Balasubramanian
Votes: 0
Answers: 1