How can I hide the save button in the form after editing it?

I want after clicking the edit icon then don’t show the save button in the form.

it’s possible., any solution.

Go Manage → Author → Editor Settings, turn on “Show system actions?”

Next go to Behaviour → Actions and you’ll be able to see the edit button.

Go into the settings and add a relevant “Only if this condition is true” condition. This will hide the edit button. If they can’t edit they can’t save :slightly_smiling_face:

Simon@1minManager

2 Likes

There is one more place where you play with “SAVE” word. It is here:

1 Like

@mateo is right you can simply change it from “save” to “”. But there is still a pixel you can click on

1 Like

Why do you allow the user into the form at all if you don’t want them to save? What are you trying to accomplish?

2 Likes

Hi @1minManager @Steve @mateo

In Edit behaviour Function

[DATE]= Today ()

I have put this function in the behavior of the edit. But it has a problem. Columns are not edited but by clicking on the save button my columns are updated. Can the save button be hidden from inside the edit form.

If you still need a solution, i have one. You need to play with the Valid IF option.

  1. Do two more column in your table. For example: SaveCheck and SaveOn.
  2. Set the SaveOn column the type that you want. I did it with Enum, and its value was “demo”. Just be sure, that the normal user cannot change this.
  3. The SaveCheck column must be Yes/No.
  4. Set the SaveCheck App formula to check if the SaveOn column is “TRUE” or “FALSE”. (In my example with the “CONTAINS” expression.)
  5. Set the SaveCheck Valid If: SaveCheck = TRUE.
  6. You can set if you want the Invalid value error and the Yes/No display values as well.