Difference between revisions of "Maximum Length"
From SmartWiki
(→See Also) |
Paul Dimerin (talk | contribs) |
||
Line 1: | Line 1: | ||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | |[[Image:How.png|50px|link=]] | ||
+ | |This article will explain '''how''' you can implement this feature for use on your SmartSimple system. | ||
+ | |} | ||
+ | |||
''Maximum Length'' is a setting on custom fields that support text entry, such as [[Custom Field Type: Text – Multiple Lines|Text – Multiple Lines]], [[Custom Field Type: Text – Single Line|Text – Single Line]] and [[Custom Field Type: Text – Rich Text|Text – Rich Text]]. | ''Maximum Length'' is a setting on custom fields that support text entry, such as [[Custom Field Type: Text – Multiple Lines|Text – Multiple Lines]], [[Custom Field Type: Text – Single Line|Text – Single Line]] and [[Custom Field Type: Text – Rich Text|Text – Rich Text]]. | ||
Line 17: | Line 23: | ||
==See Also== | ==See Also== | ||
* [[JavaScript Validation]] | * [[JavaScript Validation]] | ||
+ | |||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | |[[Image:Why.jpeg|50px|link=]] | ||
+ | |Click [http://wiki.smartsimple.com/wiki/Updated_Functionality_for_Maximum_Word/_Character_Limit_-_Why%3F here] to learn why this feature is a benefit to your organization. | ||
+ | |} | ||
[[Category:Custom Fields]][[Category:Validation]] | [[Category:Custom Fields]][[Category:Validation]] |
Revision as of 13:32, 14 January 2015
This article will explain how you can implement this feature for use on your SmartSimple system. |
Maximum Length is a setting on custom fields that support text entry, such as Text – Multiple Lines, Text – Single Line and Text – Rich Text.
- Maximum Length: Sets the maximum length of the text entry.
- Show Counter: Determines whether a counter will be shown to the user.
- Count Words: Sets the counter to count words (instead of characters, the default).
- Maximum Message: Message the user will see when they reach the maximum length
Users can enter content that exceeds the limit initially and then edit appropriately before saving/submitting the record. The content is not truncated if pasted into the field from another source, but the character/word limit will still be enforced on save/submission.
See Also
Click here to learn why this feature is a benefit to your organization. |