In Glide Apps if I create an Action for one of the buttons, and in the action I start with a test (ex. is date lesser than today, the button will be greyed out if the condition is false.
In Glide Pages the button is just hidden when the condition is false.
Any suggestions as to why, or is there an easy work-around to just grey it out ?
Also the Background option for Button Blocks, described in the Glide documentation, doesn’t appear in my Editor view…
Well yes in Titles, but I’m trying to add a Button Block (Validate / Cancel) at the bottom of a Custom Form. So when the fields are not completed correctly I’d like to grey out the Validate button.
I was doing that by testing if Ok in a Custom Action, but then the Validate button is just hidden if Not OK…
This however works perfectly fine in Glide Apps, where I have for ex. a Check-in / Check-Out button, and i can grey out either button, without hiding it…
In Glide apps, you can create a conditional action for each button in the button bar. If the condition is not met, the button gets greyed out…however, if both button’s conditions are not met, the button bar vanishes altogether: