Forum Discussion
RyanStanford1
7 years agoQrew Captain
It's erroring out stating that "Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https."
I believe that this is actually because I'm currently working from a local .html file on my desktop prior to moving this into the QB environment.
I believe that this is actually because I'm currently working from a local .html file on my desktop prior to moving this into the QB environment.
_anomDiebolt_
7 years agoQrew Elite
Paste the code into the console of your browser while on your QuickBase page. Codepen is on another domain so the relative URL dbidTable in the $.post() method will result in a 404 error.