I’ve found a workaround to this which may assist others suffering the same issue:
- In the browser right click on the description field and select “inspect element”
- The HTML code should appear showing the part that generates the description field including the maxlengh restriction. It was set at 30. I only needed a few extra characters so set it to 40 but @Glenn can probably advise as to the field length in the database which would be the absolute max.
I’ve highlighed the change below:
I hope that helps someone