How disable button cancel?

i am makeing login page and i want to non-active or disable button cancel… how to do it??
3X_7_9_79df6a6f85201675d9b1c7dcd8ded9f469896318.png

0 4 265
4 REPLIES 4

 

page is missing 

del.pngyqugry85uio31.jpg

I don't think by default the Cancel button can be removed.

Uk
Silver 1
Silver 1

I think you can substitute it with no any character ("") , example:

If(and(context("view")="settings",isnotblank(usersettings(username)))," ", if(and(context("view")="settings",isblank(usersettings(username)))," ", "Cancel"))

Top Labels in this Space