Articles of interest to QuickBase folks
Articles
Creating a custom login for your website
QuickBase is web based so much of what we would like to customize with QuickBase can be done using basic html.
For instance if you want to add a custom QuickBase login right on one of your company's web pages, you can do it by adding some simple html code to produce the following form.
This is a live form embedded into this webpage. Try logging in.
This is the basic code that was pasted into this website:
<form action="https://www.quickbase.com/db/main?act=api_authenticate" method="post">
<input name="rdr" type="hidden" value="https://www.quickbase.com/db/main?a=myqb">
<input name="NextURL" type="hidden">
Login:<br><input name="username">
<br>Password:<br><input name="password" type="password">
<input type="submit" value="Enter">
</form> You can find out more about embedding forms by attending any of our 10 weekly live webinars or visiting our Community Forum, On Line Help and Knowledgebase
.
Tags:
- 45750 reads
Interact
Browse by Category
Knowledge Base Categories
- Accounts (35)
- Application (45)
- E-Mail (7)
- Fields (41)
- Forms (20)
- Formulas (18)
- General (68)
- 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
automatically
billing
buttons
change
copy
email
error
exact form
excel
export
field
fields
form
formula
formulas
formula URL
http_api
IP
issues
limit
limits
page
password
patches
plan
QuickBase
records
Release Notes
release notes
remove
report
reports
SDK
security
September 30
software
space
status
techfest
user
users
video
view



Comments
Any way to enable the "Keep Me Logged In" feature w/custom form?
This is a great way to customize logins. Was wondering if anyone figured out how to enable the, "keep me logged into QB" feature with it?
How can I get the login to open myqb in a new window?
I placed the login html code in a SharePoint webpart. That works great but I need for the My Quickbase page to open in a new window.
Any ideas or suggestions?
Post new comment