# Hide button on Steps, click on print button

**URL:** https://community.tulip.co/t/hide-button-on-steps-click-on-print-button/2432
**Category:** Support, Troubleshooting, & Help
**Tags:** apps
**Created:** [April 14, 2021, 2:28pm UTC](https://community.tulip.co/t/hide-button-on-steps-click-on-print-button/2432 "2021-04-14T14:28:32Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![nitingoel82](https://avatars.discourse-cdn.com/v4/letter/n/bb73d2/32.png) [@nitingoel82](https://community.tulip.co/u/nitingoel82)
#### Post date: [April 14, 2021, 2:28pm UTC](https://community.tulip.co/t/hide-button-on-steps-click-on-print-button/2432/1 "2021-04-14T14:28:32Z")

</div>

Can i hide button on Steps, click on print button in Master page ? I need to print steps page without Save button ?

---

<div class="post-metadata">

### Author: ![nitingoel82](https://avatars.discourse-cdn.com/v4/letter/n/bb73d2/32.png) [@nitingoel82](https://community.tulip.co/u/nitingoel82)
#### Post date: [April 23, 2021, 1:40pm UTC](https://community.tulip.co/t/hide-button-on-steps-click-on-print-button/2432/2 "2021-04-23T13:40:58Z")

</div>

do Anyone know solution ?

---

<div class="post-metadata">

### Author: ![gio](https://sea2.discourse-cdn.com/flex020/user_avatar/community.tulip.co/gio/32/82_2.png) [@gio](https://community.tulip.co/u/gio)
#### Post date: [April 23, 2021, 4:43pm UTC](https://community.tulip.co/t/hide-button-on-steps-click-on-print-button/2432/3 "2021-04-23T16:43:51Z")

</div>

hello @nitingoel82, please see below for some answers to your questions:

> [@nitingoel82](#):
>
> Can i hide button on Steps

do you mean hide Widgets that are on the Master Layout?? if so, yes you need to click the Lock button at the top right and the Widget can then be hidden on individual steps:

 ![Screen Shot 3](https://us1.discourse-cdn.com/flex020/uploads/agilemfg/original/2X/c/c0ca2d92289a833e2474570e72fcf0a3324d93f6.jpeg)

> [@nitingoel82](#):
>
> click on print button in Master page ?

yes, you can add Buttons on the Master Layout that will then be added to all the Steps that you create.

> [@nitingoel82](#):
>
> I need to print steps page without Save button ?

you do not need to save prior to printing, at any point and on any Trigger you can add a Trigger to print the Steps you’d like:

 ![Screen Shot 4](https://us1.discourse-cdn.com/flex020/uploads/agilemfg/original/2X/5/58c8bbd6f00c997e699a1688a09b078c1c84f0bc.jpeg)

let me know if this helps!!

---

<div class="post-metadata">

### Author: ![ChrisF](https://avatars.discourse-cdn.com/v4/letter/c/d6d6ee/32.png) [@ChrisF](https://community.tulip.co/u/ChrisF)
#### Post date: [April 29, 2021, 5:52am UTC](https://community.tulip.co/t/hide-button-on-steps-click-on-print-button/2432/4 "2021-04-29T05:52:24Z")

</div>

Hi,  
i think he means to hide a button within a trigger before the trigger prints a step.  
I also have a button (over a picture) to print the steps and like to hide the picture and the button from the trigger.  
I know how to set the button collor, but i like to hide the button and picture too.  
Regards Chris

---

<div class="post-metadata">

### Author: ![gio](https://sea2.discourse-cdn.com/flex020/user_avatar/community.tulip.co/gio/32/82_2.png) [@gio](https://community.tulip.co/u/gio)
#### Post date: [April 29, 2021, 12:20pm UTC](https://community.tulip.co/t/hide-button-on-steps-click-on-print-button/2432/5 "2021-04-29T12:20:18Z")

</div>

thanks for providing this context @ChrisF.

@nitingoel82, have you considered duplicating the Step, removing the Button in that Step, and printing the newly created Step??

---

<div class="post-metadata">

### Author: ![ChrisF](https://avatars.discourse-cdn.com/v4/letter/c/d6d6ee/32.png) [@ChrisF](https://community.tulip.co/u/ChrisF)
#### Post date: [April 29, 2021, 12:36pm UTC](https://community.tulip.co/t/hide-button-on-steps-click-on-print-button/2432/6 "2021-04-29T12:36:37Z")

</div>

Hi Gio,  
how to handle this from inside the player per code?  
I haven’t found any example to remove a button via a trigger. Can you give me an example?

Thanks  
Chris

---

<div class="post-metadata">

### Author: ![gio](https://sea2.discourse-cdn.com/flex020/user_avatar/community.tulip.co/gio/32/82_2.png) [@gio](https://community.tulip.co/u/gio)
#### Post date: [April 29, 2021, 1:33pm UTC](https://community.tulip.co/t/hide-button-on-steps-click-on-print-button/2432/7 "2021-04-29T13:33:38Z")

</div>

hello @ChrisF, the Trigger doesn’t actually remove the Button, but rather changes its Color to transparent. something like this is what I’ve used in the past:

[https://us1.discourse-cdn.com/flex020/uploads/agilemfg/original/2X/2/2130de4f98be08373c3ae6e4194919561d6b6107.mov](https://us1.discourse-cdn.com/flex020/uploads/agilemfg/original/2X/2/2130de4f98be08373c3ae6e4194919561d6b6107.mov)
  
Trigger:  
 ![Screen Shot 3](https://us1.discourse-cdn.com/flex020/uploads/agilemfg/original/2X/3/3bb7a660dd1797b2b45cc368ebed8d1d82086d28.jpeg)  
 ![Screen Shot 5](https://us1.discourse-cdn.com/flex020/uploads/agilemfg/original/2X/4/44c3bdd57705701ddd591162d5ac84f1b75e31cb.jpeg)

and you then need to assign the Color Variable to the Button:

 ![Screen Shot 4](https://us1.discourse-cdn.com/flex020/uploads/agilemfg/original/2X/c/cf6dc704236e21ed304b39b65529750d8a9e289d.jpeg)

would something like this work for you?? you could change the Color of the Button in the same Trigger that you use to Print.

---

<div class="post-metadata">

### Author: ![ChrisF](https://avatars.discourse-cdn.com/v4/letter/c/d6d6ee/32.png) [@ChrisF](https://community.tulip.co/u/ChrisF)
#### Post date: [April 29, 2021, 2:35pm UTC](https://community.tulip.co/t/hide-button-on-steps-click-on-print-button/2432/8 "2021-04-29T14:35:45Z")

</div>

Hi Gio,  
standalone this work, but please add the print functionality in your example (that was the question).  
Here my trigger:

 ![image](https://us1.discourse-cdn.com/flex020/uploads/agilemfg/original/2X/0/0372b493ae24b3cb82217d1c4889294de39b888e.png)  
set the text-color of the Prev/Next Button to white  
set the background-color of the print button (with a picture in the back) to white  
print the step  
reset the colors: print button to transparent (to see the picture) and the Prev/Next button to black

Here’s the printed result:  
 ![image](https://us1.discourse-cdn.com/flex020/uploads/agilemfg/original/2X/3/30a5303df21147fc572094415b1131bb72697381.png)

i can see that the print step functions will released too late: after the colors are reset.

Regards  
Chris

---

<div class="post-metadata">

### Author: ![Kailey](https://sea2.discourse-cdn.com/flex020/user_avatar/community.tulip.co/kailey/32/5386_2.png) [@Kailey](https://community.tulip.co/u/Kailey)
#### Post date: [May 10, 2021, 9:47pm UTC](https://community.tulip.co/t/hide-button-on-steps-click-on-print-button/2432/9 "2021-05-10T21:47:39Z")

</div>

Hi @ChrisF ,

Instead of trying of trying to hide the buttons using colors, have you thought about adding another step that doesn’t include the button and printing that? Here’s an example…

Step 1:

 ![Screen Shot 2021-05-10 at 5.41.48 PM](https://us1.discourse-cdn.com/flex020/uploads/agilemfg/original/2X/6/6f95a0f2d8044aa6df33f09e8c393fcba94bab01.jpeg)

Step 2 (same as step 1, but without the button):

 ![Screen Shot 2021-05-10 at 5.42.29 PM](https://us1.discourse-cdn.com/flex020/uploads/agilemfg/original/2X/f/ff9006c66fd40a26f3d305bcaec62ecc3b098476.jpeg)

The trigger for the **Print** button is to just Go To Step 2

Then on Step 2 I have the following trigger:

 ![Screen Shot 2021-05-10 at 5.43.21 PM](https://us1.discourse-cdn.com/flex020/uploads/agilemfg/original/2X/9/95a7d4aa7152edc830fe4cb3292eabc71cf93796.jpeg)

This will print the step without the button, but then immediately route to the next step in your flow.

Here’s a recording of what it looks like in action: [Loom | Free Screen & Video Recording Software](https://www.loom.com/share/7b89133a80264036a43184c508b8da30)

From the recording you can see that Step 2 came up in the Print Preview, but the app immediately moved on to the next step.

Would this work for you?

-Kailey
