Forum Discussion
- GauravSharma3Qrew CommanderHi Godstime,
Can you please share the screenshot of the error?
Thanks,
Gaurav - GodstimeOyamie1Qrew 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>- GauravSharma3Qrew 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
- GodstimeOyamie1Qrew CadetWhen i hit the submit button i get this
"We can't understand the URL you specified.
If you think the URL is correct, try refreshing this page. - GodstimeOyamie1Qrew CadetThanks Gaurav. This was very helpful.
- GauravSharma3Qrew CommanderYour welcome. Please feel free to ask any questions on this great forum. We are here to help you.
Thanks,
Gaurav - GodstimeOyamie1Qrew CadetHello Gaurav...
The link would not let me add pages to other applications saying the application Token has not been assigned.
Also, is there a way I can have a report on that same page using html or css? Thanks. - GauravSharma3Qrew CommanderYes, it is possible to show the table report on the web-page with the help of API. Application tokens are always good because of it protects our data.