- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2018 12:11 PM
Created a Integer field and restricted it to a maximum length of 10 using onchange client script.
When I enter numbers they are getting separated by Commas. Added format=none in Attributes ,then it starts accepting strings too.
How do I fix this?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2018 12:20 PM
The only thing you can do is add a validation to not allow string. Below link should help to add the validation. Keep the format = none.
Please mark this response as correct or helpful if it assisted you with your question.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2018 12:20 PM
The only thing you can do is add a validation to not allow string. Below link should help to add the validation. Keep the format = none.
Please mark this response as correct or helpful if it assisted you with your question.