Hiding the submit button won't work because the browser will try to submit the form if you press enter in an input type="text"
.
What you might want to try is adding the form
element via JavaScript (i.e. don't have it in your HTML).
Hiding the submit button won't work because the browser will try to submit the form if you press enter in an input type="text"
.
What you might want to try is adding the form
element via JavaScript (i.e. don't have it in your HTML).