i am makeing login page and i want to non-active or disable button cancel… how to do it??
I don’t think by default the Cancel button can be removed.
1 Like
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”))
2 Likes
The page you are trying to access was not found. Please check your URL for typos and try again.



