SOLVED

Re: Text Area field character limit?

Go to solution
Anonymous
Not applicable

Hi folks,

Does anybody know the character limit to the Text Area field type? I've looked in the documentation and I can't find anything about those kinds of things.

Thanks,

Delwin

1 ACCEPTED SOLUTION
SanfordWhiteman
Level 10 - Community Moderator

I believe there are actually 2 answers.

  • From a form post: 32000
  • From API or GUI: 65535

This suggests that the database is using a VARCHAR(65535) but you don't always get access to that much.

View solution in original post

4 REPLIES 4
SanfordWhiteman
Level 10 - Community Moderator

I believe there are actually 2 answers.

  • From a form post: 32000
  • From API or GUI: 65535

This suggests that the database is using a VARCHAR(65535) but you don't always get access to that much.

Anonymous
Not applicable

So from a list upload the limit is 65,535?

SanfordWhiteman
Level 10 - Community Moderator

I guess it is since you marked me correct.

Anonymous
Not applicable

My recollection is that the character limit is 3200 for a text area.