Forum Discussion

JoshuaCase's avatar
JoshuaCase
Qrew Cadet
6 years ago

Removing Default Save Buttons (when Adding)

I am creating a customer portal application where I want our companies customers to be able to submit a record to a related app via a custom URL save button BUT I would want the QB native "Save and Close" button to not show up.  Any thoughts on how to achieve this?  Would I have to make changes to the users role permissions?

------------------------------
Joshua Case
------------------------------
  • I found a post that Dan Diebolt had posted a while back referencing a Quick Base Customer Survey, where the default buttons were hidden.  (https://team.quickbase.com/db/bneu8emfj?a=nwr&_ga=2.191346218.1214241870.1564670984-1396387159.1563807654) and there was a custom-formula field to "submit nomination".
    An accompanying Formula-Rich Text field which will hide the default Save button.

    "<img src='/i/clear2x2.gif' onload=\"javascript:$(document).ready(function(){$('.IconOnly').hide();$('#saveButton').hide();})\">"

    NOTE:  This does NOT work on the mobile-app view - I had already tried that unsuccessfully.

    ​​

    ------------------------------
    Laura Thacker (IDS)
    laura@intelligentdbs.com
    (626) 771 0454
    ------------------------------