Our Knowledge Base covers a wide variety of technical topics, from the basic to the complex.
Home / QIN / Knowledge Base / What's the easiest way to create a generic HTML data entry form for a QuickBase application that I can embed on my website?
Knowledge Base
What's the easiest way to create a generic HTML data entry form for a QuickBase application that I can embed on my website?
Using IE7 or IE8, the easiest way to create the HTML for a QuickBase data entry form is to use the following wizard:
https://www.quickbase.com/db/6mztyxu8?act=DBPage&pagename=formWizard.html
Note: This wizard does not currently work with IE9.
Note: This wizard works with application tokens (read more at https://www.quickbase.com/help/app_tokens_wizards.html). If you want to use Application Tokens with this wizard add the following token to your application: cwfcy7gdzqrsyncqbi2bn4u4kr (read how at https://www.quickbase.com/help/app_tokens_wizards.html). If not, you can leave the application's token requirement set to disabled.
- Printer-friendly version
- Send to friend
- 86093 reads
Rate This
Similar Articles
Browse by Category
Knowledge Base Categories
- Accounts (36)
- Application (47)
- E-Mail (8)
- Fields (42)
- Forms (20)
- Formulas (18)
- General (55)
- Other Product (7)
- Pages (1)
- Product (5)
- Reports (15)
- Roles (4)
- Search (1)
- Tables (6)
Formula Category
about_http_API
access
add
API
APIs
application
applications
apps
automatically
billing
buttons
change
copy
email
error
exact form
excel
export
field
fields
form
formula
formulas
formula URL
http_api
IP
limit
limits
login
page
password
plan
QuickBase
records
Release Notes
release notes
remove
report
reports
SDK
security
size
software
space
status
user
users
video
view
XSL



Comments
Form Wizard?
When I click save, where does the information populate? I want to send customers a certain form built with this wizard, and when they click save, I want it to populate a certain record in quickbase.
Is that what this is for?
Thank you.
A
Data is saved to the app you specified...
The information is saved into the application and table you specified in the first step of the wizard. Clicking Save on the data entry form creates a new item in that table; it cannot be used to modify existing records. From that point on, you can access the data you entered within QuickBase.
Hope this helps,
--Sybil
XML file does not appear to have any style info
after following the wizard, I get this error, in IE8 and Firefox.
anyone know how to fix that?
------------------------------------------------
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<qdbapi>
<action>API_AddRecord</action>
<errcode>0</errcode>
<errtext>No error</errtext>
<rid>10</rid>
<update_id>1331568758465</update_id>
</qdbapi>
standard browser response
Hi Rey --
That's not a QuickBase error -- if you look at the response content from <qdbapi> down, the XML you're seeing indicates that record ID# 10 was added with no error. The "error" you're seeing is the standard browser response when there is no stylesheet present to display the XML data. Since the QuickBase APIs communicate via XML, this is expected.
Thanks for writing,
--Sybil
IE9
Can't get it to work in IE9. The Form Wizard just shows up blank. Do you not support IE9?
re: IE9
This wizard doesn't currently work in Internet Explorer 9. We've updated the article above to reflect that; we'll update again when we've resolved the issue. Thanks for pointing this out.
Regards,
--Sybil
Wonderful But!!
The wizard works awesome as long as you are not using Intuit's website builder program (homesite) will not generate a new record in quickbase. Works great if you copy html to notepad a save as .html and input data that way..otherwise...click to save and nothing happens.
Wounderfull But
I have this same problem homestead is not giving me a solution can some one help?
The wizard works awesome as long as you are not using Intuit's website builder program. Homestead will not generate a new record in quickbase. Works great if you copy html to notepad, save as .html and input data that way..otherwise...click to save and nothing happens.
Homestead and the wizard
Many website builder programs consider the HTML code to be under their control -- that is, when you make changes manually, they may be overwritten. Homestead may also not allow certain types of scripts to be run. Either of these would interfere with the wizard. I would suggest that you contact QuickBase Support directly to try to find a solution: http://quickbase.intuit.com/support
Regards,
--Sybil
Since the HTML produced by
Since the HTML produced by the wizard appears to be valid, I would suspect that the issue is due to something in your website. I suggest opening a case with the Intuit Homestead group.
Homestead issue
In working with a customer via a support case, the issue with Homestead appears to be the two functions this wizard generates at the end of the code. If you deleted the "function CheckForOther" and "function validateForm" sections, this code will work as expected.
html form wizard
Hello,
I used the wizard and two things would be nice, but not sure if it's possible:
1) Is there a way for the wizard to output the HTML form, based on a form that's already been setup in Quickbase, specifically form layout, ordering of fields, and outputting the section headings/text?
2) Is it possible to pass in hidden fields, so the form input can be related to a record in another table?
Thanks!
Jan
Web forms
Thanks a lot. that's very
Thanks a lot. that's very detailed explanation. I would also like to know how can I create this quickbase database application in IE8...
Thanks a lot. that's very
Hello,I used the wiz
re: suggested changes
Hi Jan --
Those are useful suggestions, but most of our wizards are presented as-is to accomplish a specific task in a specific way. Probably not the answer you were looking for -- but I can tell you that most if not all of our wizards have been built using the QuickBase HTTP API. Our partners can assist you in building custom solutions if there are a specific set of changes you are interested in.
Thanks for writing in,
--Sybil
I like quickbase too, can you
I like quickbase too, can you post a guide to use it on IE8? Thank you.
I like quickbase too, can you
Redirect
Redirecting
I want to get the record id of the record that was just added and then redirect the user to that record in display mode. How do I do that? Any sample code would be greatly appreciated.
already happens
Hi --
When you add a record, the new record is shown in display mode when you click Save. Was there another use case you were thinking of?
Regards,
--Sybil
Post new comment