Comment to character limit for discussions
-
As many forms have the HTML editor for text fields it means that HTML tags like <p> and </p> will be added too and counted as "entered" symbols. So if you have the "Minimal Length" as 5 it means that text like "1" will be passed (<p>1</p>).
-
<p>1</p> means 8 spaces and not 1 space
is this what you are saying
what happens if the minimal length is 0
or if it is left blank
-
<p>1</p> means 8 spaces and not 1 space
is this what you are saying
Yes, definitely so.
"what happens if the minimal length is 0 "
Then any content will be passed for this condition.
-