Discussions

 View Only
  • 1.  Removing Default Save Buttons (when Adding)

    Posted 10-15-2019 09:26
    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
    ------------------------------


  • 2.  RE: Removing Default Save Buttons (when Adding)

    Posted 10-16-2019 08:14
    if your familiar with the Image Onload Technique by Dan Diebolt, you can create a code page with this code to remove the save button:

    $("#formFooterButtonsContainer").hide();
    $("#saveButton, #saveButton + a").hide();


    ------------------------------
    GMacri
    ------------------------------



  • 3.  RE: Removing Default Save Buttons (when Adding)

    Posted 10-22-2019 10:13
    Hi Joshua,

    One way I have accomplished this in the past is to use an Iframe of the record on the Dashboard for the app or a button that uses an iframe'd version of the form. This way you can use a custom save button and the Iframe helps you to hide the standard QB options. This way you can channel them to your custom save button. If you put the form on the dashboard you can also redirect them to a thank you page, etc.

    ------------------------------
    Evan Martinez
    Community Marketing Manager
    Quick Base
    ------------------------------



  • 4.  RE: Removing Default Save Buttons (when Adding)

    Posted 10-22-2019 11:34
    Evan,

    Do you have an example of using an iframe this way?  Maybe in one of the Sample Apps of Kirks?

    ------------------------------
    Don Larson
    Paasporter
    Westlake OH
    ------------------------------



  • 5.  RE: Removing Default Save Buttons (when Adding)

    Posted 10-22-2019 11:38
    Iframes work by simply adding &ifv=1 into the URL of any given quickbase page.

    This will remove all default buttons, so you'll need to create a button to do the save activity

    ------------------------------
    GMacri
    ------------------------------



  • 6.  RE: Removing Default Save Buttons (when Adding)

    Posted 02-15-2023 12:49

    My iframe doesn't show my created button at the bottom of my Form.  How do I make my created button appear



    ------------------------------
    Stephanie Milburn
    ------------------------------



  • 7.  RE: Removing Default Save Buttons (when Adding)

    Posted 02-15-2023 15:59

    Found one on Magic buttons.  This is solved.



    ------------------------------
    Stephanie Milburn
    ------------------------------