I am experiencing a weird behavior when hiding a checkbox field in a workflow. The field works normally without the hidden feature, but with it enabled it like pushes it the far right edge of the screen regardless of how big the browser window is.
k
KevinJ of Kansas
01/25/2021, 4:38 PM
Can you use disabled instead of hidden?
KevinJ of Kansas
01/25/2021, 4:38 PM
I almost never use hidden anymore.
KevinJ of Kansas
01/25/2021, 4:38 PM
Too many unintended consequences.
c
Chris
01/25/2021, 4:40 PM
Disabled works better, but I was hoping to hide them from the page
Chris
01/25/2021, 4:40 PM
However with this formatting issue I think disabling would be better
Chris
01/25/2021, 4:43 PM
Funny since if they start disabled and then I check and uncheck the main box 1 the "hidden" works fine. It seems to be an issue with loading the fields in a hidden state