Thread: Form Submit Problem
Results 1 to 3 of 3
Related
-
auto submit form problem Forum: Javascript Forum
Replies: 2 -
1 submit, 2 form posts Forum: Website Scripts Forum
Replies: 1 -
auto submit form problem Forum: HTML Forum
Replies: 0 -
submit form problem Forum: HTML Forum
Replies: 0 -
form submit button Forum: HTML Forum
Replies: 1
-
09-07-2007, 12:18 PM #1
Form Submit Problem
Hello,
I have created a form that submits a record to Quick Base and included 2 required fields. The form returns an error when the required fields are blank but is also still creates the record. Can someone assist me in finding/fixing the problem?
Thank you in advance,
Lori
-
09-11-2007, 02:59 AM #2
Re: Form Submit Problem
there is no return in the onclick and why you put the nosubmit too. The best way is to use the onsubmit and remove the onclick in the button.
<form name=qdbform method=POST onsubmit='return verify(this)' encType='multipart/form-data' action=https://www.quickbase.com/db/bcvptwgxz?act=API_AddRecord>
Hope this help!
-
09-11-2007, 09:12 AM #3
Re: Form Submit Problem
That worked perfectly, thank you very much.
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum