hack: limit length of text input
The backend requires that text input be less than 255 characters but nothing on the frontend mandates this. As a hack, limit all text fields to 240 characters.
We need to revisit this later for a better solution.
This issue is being hit by users in the wild.