Forum Discussion
- MarkShnier__YouQrew Legend
There is no way to hide the home button if the user manages to land on that page.
One solution is to suffix the url with &ifv=1 and that suppresses all the Quickbase headers, and then have the button redirect the user to a Thank You page on Save. But there is no save buton, so you would need to make a URL button called "Save" or "Submit" to redirect to the thank you page, causing Auto save.
var text URLONE = URLRoot() & "db/" & [DBID_my_table_Alias]
& "?act=API_GenAddRecordForm";var text URLTWO = URLRoot() & "db/" & Dbid()
& "?act=URLRoot() & "db/" & AppID() & ?a=ShowPage&PageID=10"$URLONE
& "&rdr=" & URLEncode($URLTWO)
------------------------------
Mark Shnier (Your Quickbase Coach)
mark.shnier@gmail.com
------------------------------