Forum Discussion

PhelanSanders's avatar
PhelanSanders
Qrew Assistant Captain
8 months ago

Homepage accessible to Everyone on Internet Role

I have a link to an add form that is sent to users (everyone on internet) to add records only, however, the homepage is still visible which if selected takes the user to another unrelated page that is also public. Am I able to hide the home button somehow?



------------------------------
Phelan Sanders
------------------------------

1 Reply

  • 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
    ------------------------------