Form. submit () cannot submit the form error cause and solution, form. submit form
Directly Add the following code:
<Div id = "register">
After testing for a long time, I didn't see any prompts. I thought the code was wrong or the method was wrong. I checked carefully and confirmed that there was no error in the Results official document.
FormId. submit () cannot be submitted, so we have to change the type of btnSubmit to submit.
This. type = "submit"
I checked the information online for two reasons:
1. The form cannot contain the name = "submit" label.
2. The form cannot contain "enctype =" multipart/form-data"
After testing, these two points are ridiculous and have not solved my problem (maybe my problem environment is different)
Later, I thought the Forum friends suggested that I change the Registration button ID to a name without submit. After correction, the form is submitted normally and the prompt message appears.
Conclusion: do not set the button id to submit. Otherwise, confusion may occur. As a result, the submit () method of the form cannot submit the form. When naming an ID, it is recommended that the name be unique with the existing api to avoid unnecessary troubles.
Formsubmit cannot be submitted
I'm not familiar with the vecolity template, but I need to submit a method, post or get in the background. Check if flag is true.
Why does documentformsubmit () in js fail to submit button values?
Declare another <input type = "hidden" name = "XX"/> to save the value so that the server can obtain it.
When submitting a form, write an onsubmit event to combine values.
When you submit the form, the browser will not splice the button to name and value to submit. If you want to submit the form, it will only trigger it by writing JS.