How disable button cancel?

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

https://community.appsheet.com/search?q=cancel%20button

1 Like

page is missing

1 Like

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.

This might be clearer:

Use the community’s search feature. Your question has been asked and answered many times.

1 Like