CarolMcconnell
6 years agoQrew Captain
HTML Form Submission
Trying to develop a form on our website that when populated and submitted will add a new record to QB.
Can get to the form and create a record but no data is saved to the fields.
Here is an example of what we are using.
Anything off hand that you see is causing this problem?
------------------------------
cowannbell
------------------------------
Can get to the form and create a record but no data is saved to the fields.
Here is an example of what we are using.
Anything off hand that you see is causing this problem?
<form name="qdbform" method="POST" encType="multipart/form-data" action="https://quickbase.corp.com/db/bp2na9h30?a=API_AddRecord&apptoken=123thiaofj456"> Field 1: <input type="text" name="_fid_6" id="_fid_6"><br> Field 2: <input type="text" name="_fid_7" id="_fid_7" ><br> Field 3:<input type="text" name="_fid_8" id="_fid_8"><br><br> ā
------------------------------
cowannbell
------------------------------