Form with only save as an optio?

Could it be possible to have a form with only save as an option?
I dont want to have the cancel button.

0 3 286
  • UX
3 REPLIES 3

Hi @Menelaos_Markoulakis yes this is possible.
Please go to UX --> Localize and put this expression in the โ€œCancelโ€ field:

IF(CONTEXT("View")="MyViewName", " ","Cancel")

This will hide the cancel button in one special view. Or:

IF(CONTEXT("ViewType")="Form", " ","Cancel")

This will hide the Cancel button in every Form.

Iโ€™m not home to test, but in this case there would still be a small clickable area correct?

Yes this seems to be the same like the VIEW Button discussed here

So using the expression with a new line instead of whitespace seems to be the best solution at the moment.

Top Labels in this Space