MikeBrady
5 months agoQrew Trainee
Embed quickbase form on public web page
I have done this before, but it's been a while, and my brain doesn't seem to be working today. I've also searched and not come up with the solution. I have a form to add a record, it's open to "eve...
- 5 months ago
Make the URL use API_GenAddRecordForm
It will look something like this:
https://yourdomain.quickbase.com/db/tableid?a=API_GenAddRecordForm
Add these parameters to the end of the URL:
&ifv=1&aftersaveconfirm=1
So you should end up with this URL to use for the iframe embed code:
<iframe src="https://yourdomain.quickbase.com/db/tableid?a=API_GenAddRecordForm&ifv=1&aftersaveconfirm=1"></iframe>