Forum Discussion
GodstimeOyamie1
8 years agoQrew Cadet
<html>
<body>
<h2>HTML Forms</h2>
<form action="/action_page.php">
Claim Number: <input type="text" name="firstname" value="">
<br>
Customer ID: <input type="text" name="lastname" value="">
<br><br>
<input type="submit" value="Submit">
</form>
<p>If you click the "Submit" button, the form-data will be sent to a table called "/https://pcu.quickbase.com/db/bnjtiaiur?a=er&preview=1&dfid=11</p>;
</body>
</html>
<body>
<h2>HTML Forms</h2>
<form action="/action_page.php">
Claim Number: <input type="text" name="firstname" value="">
<br>
Customer ID: <input type="text" name="lastname" value="">
<br><br>
<input type="submit" value="Submit">
</form>
<p>If you click the "Submit" button, the form-data will be sent to a table called "/https://pcu.quickbase.com/db/bnjtiaiur?a=er&preview=1&dfid=11</p>;
</body>
</html>
- GauravSharma38 years agoQrew CommanderYou just want to capture the data from the form and wanted to save the same to the table right?
If yes, then I would suggest you go to the below link which is very helpful to create an HTML form for the same purpose.
https://login.quickbase.com/db/6mztyxu8?act=DBPage&pagename=formWizard.html
Because your code is incomplete and it will not work at all.
Please try it and let me know if you have any questions.
Thanks,
Gaurav