Difference between revisions of "Maximum Length"

From SmartWiki
Jump to: navigation, search
Line 14: Line 14:
 
:[[Image:Word_counter_limit.png|link=|600 px]]<br /><br />
 
:[[Image:Word_counter_limit.png|link=|600 px]]<br /><br />
 
:[[Image:Error_message.png|link=|300 px]]
 
:[[Image:Error_message.png|link=|300 px]]
 +
 +
==See Also==
 +
* [[Javascript Validation]]
  
 
[[Category:Custom Fields]][[Category:Validation]]
 
[[Category:Custom Fields]][[Category:Validation]]

Revision as of 09:53, 21 November 2014

Maximum Length is a setting on custom fields that support text entry, such as Text – Multiple Lines, Text – Single Line and Text – Rich Text.

MaximumLengthSettings.png

  • 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

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.

Word counter limit.png

Error message.png

See Also