Change Save button to Submit in FORM type in APPSheet

HI,

Is it possible to rename the Save button to Submit in Form?

THanks,

Helen

 

Solved Solved
0 5 1,549
1 ACCEPTED SOLUTION

In UX, localize, you can set an expression like

IF(
 CONTEXT("View") = "the name of your view",
 "Submit",
 "Save"
)

TeeSee1_0-1657677946753.png

 

View solution in original post

5 REPLIES 5
Top Labels in this Space