Difference between revisions of "Maximum Length"
From SmartWiki
Nancy Sabo (talk | contribs) |
|||
(8 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {| class="wikitable" | |
+ | |- | ||
+ | ||[[Image:How.png|link=|50px]] | ||
+ | ||This article will explain '''how''' you can implement this feature for use on your SmartSimple system. | ||
+ | |} | ||
− | [[Image:MaximumLengthSettings.png|link=| | + | ''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: Special - Rich Text|Special - Rich Text]]. |
+ | <!-- | ||
+ | [[Image:MaximumLengthSettings.png|link=|600 px]] --> | ||
+ | |||
+ | * ''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). | ||
+ | * ''Exceeded Maximum Message'': Message the user will see when they reach the maximum length | ||
+ | <!-- | ||
+ | [[Image:MaximumTextDisplay.png|600 px|link]] --> | ||
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. | 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. | ||
<!--27018 - Maximum character counter on multi-line text fields--> | <!--27018 - Maximum character counter on multi-line text fields--> | ||
− | :[[Image:Word_counter_limit.png|link=|600 px]]<br /><br /> | + | <!-- |
− | :[[Image:Error_message.png|link=|300 px]] | + | : [[Image:Word_counter_limit.png|link=|600 px]]<br /><br /> |
+ | : [[Image:Error_message.png|link=|300 px]] --> | ||
+ | |||
+ | ==See Also== | ||
+ | * [[JavaScript Validation]] | ||
+ | |||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | ||[[Image:Why.jpeg|link=|50px]] | ||
+ | ||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]][[Category:How]] |
Latest revision as of 12:55, 22 August 2018
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 Special - 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).
- Exceeded 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. |