Lock any symbol entry

Dear Users 

I want your help. how can I lock any symbol entry in the form? 

Solved Solved
0 8 291
2 ACCEPTED SOLUTIONS

Write it down instead of copy/paste. 
You should put it in the Valid if field. 
Also replace the dots “…” with a similar CONTAINS line for each of your undesired symbols. 

View solution in original post

Keep adding as many lines as there are "locked" symbols, one line per symbol. 

NOT( OR(
  CONTAINS([_This], "@"),
  CONTAINS([_This], "#"),
  CONTAINS([_This], "$"),
  CONTAINS([_This], "%"),
  CONTAINS([_This], "&"),
  CONTAINS([_This], "/")
)) 

Read these:

Expressions: The Essentials | AppSheet Help Center 

Yes/No Expressions | AppSheet Help Center

View solution in original post

8 REPLIES 8
Top Labels in this Space