Can anybody tell me how we write validation formula for "single line of text" fields in SharePoint list that it accepts characters only.
feedback
|
|
I think without SP Designer is this not possible. There are following functions available: ISBLANK ISERR ISERROR ISLOGICAL ISNA ISNONTEXT ISNULL ISNUMBER ISTEXT See this reference: http://office.microsoft.com/en-us/sharepoint-foundation-help/is-functions-HA100405908.aspx | |||
|
feedback
|
|
JQuery to the rescue again I'd have thought: I use this this type of entry in forms where I want to constrain input values:
| |||
|
feedback
|
|
Try this code
| |||||
feedback
|