Forum Discussion
10 Replies
Sort By
- MikeBlinkhorn1Qrew TraineeThis link no longer works. After choosing the database, it dies at a mostly blank screen :(
- BrianCafferelliQuickbase StaffHi Mike, I just tried out the wizard and it seems to be working on my end. If you're still having trouble feel free to open a support case so one of our customer care reps can take a look. You can open a case by clicking ? in the top-right, clicking Manage Support Cases, and then clicking + New Support Case.
Thanks,
Brian - OliviaRotherQrew MemberHi Mike,
I am not sure what "Please enter the URL you want to go to after your users fill out the form we are creating here." refers to. What link should I be putting in here?
Thanks!
Liv - ChrisNewsomeQrew CaptainI tried to make the form using this tool, and I got this when I tested it on our website:
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>22</errcode><errtext>Sign-in required</errtext><errdetail>The page you have requested can be viewed only by users who have signed in. Please sign in to proceed.</errdetail></qdbapi> - Laura_ThackerQrew CommanderThis would be the redirect after submitting/entering the information. I would imagine your website or a redirect page of some kind acknowledging the entry.
- Laura_ThackerQrew CommanderThis is where the redirect requires a login to access the Page. Wherever you are redirecting to needs to be a publicly accessible space; or perhaps a page hosted in your website?
- ChrisNewsomeQrew Captainit is a publicly accessible page... that was the first thing I checked.
- Laura_ThackerQrew CommanderRe-reading the error, it looks like it is trying to Add the record, but cannot because the AddRecord needs to have a signin. Perhaps use a Usertoken in the HTML code with the AppToken to bypass the signin.
- BrianCafferelliQuickbase StaffThe most common setup for these web forms is to create a public access role in your app, to open your app up to Everyone on the Internet. You can set up that role to allow only what it necessary for your form (so you'll likely just need to allow EOTI users to add new records to that specific table).
You can read more on EOTI here: https://help.quickbase.com/user-assistance/share_with_everyone_on_internet.html - JanetMahanQrew TraineeI can't get this to work for EOTI. I have looked everywhere I can find to set permissions for everyone on the internet. Please help.