Forum Discussion
There is no known way of bypassing Quickbase's javascript validation at the present moment. Even if there was, I wouldn't advise that you do it, because they'd likely want to remove that as well.
I would recommend building a code page that supported the feature and then embedding that code page in an iframe directly on the form.
------------------------------
Justin Torrence
Quickbase Expert, Jaybird Technologies
jtorrence@jaybirdtechnologies.com
https://www.jaybirdtechnologies.com/#community-post
------------------------------
- LijaHarris4 years agoQrew CadetI apologize for being such an intermediate at this, but I have tried searching all weekend on how to accomplish embedding my code page via an iframe and couldnt find any instruction. How would i embed a code page in an iframe?
------------------------------
Lija Harris
------------------------------- JustinTorrence4 years agoQrew Cadet
Once you have created the code page, you can get a link to the page by clicking on the "Preview this page" button in the Pages screen and copying the url of the pop up that appears.
Once you have the URL, you now need to create a Formula - URL field in the table where you want to embed the page.Paste the URL you copied in between two double quotes into the formula builder and make sure the Embed as iframe in forms checkbox is checked:
Place the new field on the form wherever you would like the codepage to show.
------------------------------
Justin Torrence
Quickbase Expert, Jaybird Technologies
jtorrence@jaybirdtechnologies.com
https://www.jaybirdtechnologies.com/#community-post
------------------------------- LijaHarris4 years agoQrew CadetThank you so very much for the step by step instructions. I think the last piece that I am missing is having the fields populate correctly (before this was done in a separate javascript codepage called module.js). Unfortunately it utilized mustache (which may not be in the quickbase js library - picture of the module was orig attached). If there a way to call the javascript before the html template? Otherwise the fields are not populating (pic attached time column only ive added "---" in html on purpose)
------------------------------
Lija Harris
------------------------------