JohnJordan
2 years agoQrew Member
Using IFV=1 with new forms -- need to hide default edit and save buttons
Is anyone aware of a way to hide the default edit (displays a pencil) and save buttons on new forms? I have added ifv=1 to my URL to open the record and built my own buttons to mimic the default set of buttons (with some of my own enhancements), but I still get the default edit and save buttons.
------------------------------
John Jordan
------------------------------
I know this post is a year old, so you may have figured this out by now, but the ifv=1 will work with new forms to hide the QB UI features, like the tables, app branding, etc. An additional parameter is needed to hide the native "save" button. You can do this by adding "hs=1" to your URL. For example:
domain.quickbase.com/db/dbid?a=er&rid=rid&ifv=1&hs=1