​How to remove the top bar "Apply" button in Forms

Please follow the steps in the article if you would like to remove the top bar "Apply" button in Forms

1. Click on "New" or "Edit" item in the form. Please make sure you have KWIZ Forms Display
    Mode enabled, Side Panel/Full Page

    undefined-4

2. Click on the gear icon on the top-right side of the form, and select "Styles"


3. In opened Styles editor add the following styles :

   .ms-CommandBar .ms-Button--commandBar.is-disabled{

   display: none;

   }

undefined-Mar-21-2023-04-13-17-7373-PM

4. Please clear your browser's cache to see the latest changes. We recommend opening the   
     Developer tools with "Disable Cache" while working on the custom styles.

5.  Now you can see in the picture below that the "Apply" button is hidden on the top bar ribbon.

undefined-Mar-21-2023-04-13-17-2664-PM