Increase guestbook comment character limit to 4000

This commit is contained in:
Helen Chong 2024-05-25 02:25:02 +08:00
parent ea52e489d3
commit ab40caeeee
1 changed files with 10 additions and 10 deletions

View File

@ -104,7 +104,7 @@ registerNamespace("GW.Controls", function (ns)
</label>
<textarea id="${this.idKey}-comment"
minlength="1"
maxlength="1000"
maxlength="4000"
required="true"
rows="5"
></textarea>