[ad_1]
Hi @benjiswart,
You can limit the number of characters in the textbox (or I mean, I could add a param for this), but they will always be able to change that limit if they really want to 🙂
However, you can definitely hook on the server side and cut part of the text, or simply returns something like “Your question is too long” if it’s more than a certain number of characters. I think that might actually be the best way?
