Forum Discussion

HannahDrake's avatar
HannahDrake
Qrew Trainee
5 years ago

Only show "Save & Close" button on certain tab of form?

Hi everyone,

I'd like for our EOTI users to not be confused by save & close being available before they get to a final step in the form, which is on a "new" tab (wacky workaround for getting a unique key to validate their work  - they click a checkbox and THEN the key appears on new tab, which is generated by some math on a number they inputted somewhere else on the form).

E.g. currently form has save & close on every available tab, BUT I don't want them to submit before they are done. Can I somehow hide the button until the last tab?

------------------------------
Hannah Drake
------------------------------

3 Replies

  • You can with script

    $("#pageNavBarActions").hide();​



    Next buttons on each Tab and Save button on last Tab



    ------------------------------
    Everett Patterson
    ------------------------------
    • HannahDrake's avatar
      HannahDrake
      Qrew Trainee
      Neat! Thank you. Where do I put the script? (total newb)

      --

      Hannah Drake



       





      ------Original Message------

      You can with script

      $("#pageNavBarActions").hide();​



      Next buttons on each Tab and Save button on last Tab



      ------------------------------
      Everett Patterson
      ------------------------------
      • EverettPatterso's avatar
        EverettPatterso
        Qrew Captain
        This should help get you started 

        Setup IOL

        ------------------------------
        Everett Patterson
        ------------------------------