I have an instance in which I use the event of clicking the submit button to populate a field in my form with value. But, now, I can’t get the form to submit at the same time. What can I do?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Just don’t return
falsefrom your form’s submit handler.http://jsfiddle.net/cmfZX/15/
Not a lot more to say than that…