Increase guestbook comment character limit to 4000
This commit is contained in:
parent
ea52e489d3
commit
ab40caeeee
|
@ -104,7 +104,7 @@ registerNamespace("GW.Controls", function (ns)
|
||||||
</label>
|
</label>
|
||||||
<textarea id="${this.idKey}-comment"
|
<textarea id="${this.idKey}-comment"
|
||||||
minlength="1"
|
minlength="1"
|
||||||
maxlength="1000"
|
maxlength="4000"
|
||||||
required="true"
|
required="true"
|
||||||
rows="5"
|
rows="5"
|
||||||
></textarea>
|
></textarea>
|
||||||
|
|
Loading…
Reference in New Issue