Hello,
We are using Action Buttons to print Handouts for Patient Education for MIPS. Once the button is clicked is there a way to change the color so users know it has been clicked?
Thanks,
Rachel
You will need to use visibility regions to set that up. Basically you have two different colored buttons (and an edit field) that overlay each other. The visibility regions determine which button shows. I have attached a VFE sample for you.
...or you can disable the button. For the button click on the Advanced tab, click on Use enable expression in the Enable/Disable Expression section, write the code to disable the button.
Having said that, if there is an Enable/Disable Expression created, you can implement a set of visibility segments. Lots of options.
Thank you I will test this out today!
Thank you