Posting from an HTML form directly to Quickbase
I would like to make a very simple HTML form (i.e., first name, last name, phone number, email address) that posts directly to a non-sensitive QB app. I am doing this in lieu of a mobile form in order to make it appear seamless on the related website, vs the more clunky mobile form link or iFrame window. I have no access to server-side configurations, so I am prepared to expose a user token in the HTML. Does anyone have any code that they could share that would give me an example of how to do this? Thank you in advance for your assistance.Solved69Views0likes4Commentsifv not working with API_AddRecord?
Hey all, has anyone else encountered this? I'm using a rich text button to (among other things) add and display a new record in one fell swoop. However, I cannot get it to respect my &ifv=10 settings, it's still pulling up the new record in a form with full QB branding and navigation. var text NewTimeSheet = URLRoot() & "db/" & [_DBID_CREW_TIME_RECORDS] & "?act=API_AddRecord" & "&apptoken=XXXXXX" & "&_fid_37=" & [Record ID#] & "&ifv=10" & "&disprec=1" ; #APIsandcustomcode #api_addrecord ------------------------------ Elena Larrabee ------------------------------73Views0likes5CommentsAPI_AddRecord Alternative URL Redirect
Is it possible to add a redirect to an alternative API URL? So instead of it showing the response xml page you can redirect to another URL. https://target_domain/db/target_dbid?a=API_AddRecord&_fnm_second_year=1776 &_fid_8=changed&ticket=auth_ticket&apptoken=app_token&rdr=quickbase.com #redirect #api #api_addrecord ------------------------------ C G ------------------------------Solved124Views0likes10Comments