EdwardMartinIII
Technical User
I'm using the technique listed here, which is one of my own:
to email the contents of a form.
In the form I'm using, I have four TEXTAREA fields. I've noticed that when those fields get full, they don't tend to mail. Specifically, when I hit the [send] button, the browser does NOT build the mail message.
Some data:
Field1: 175 characters
Field2: 175 characters
Field3: 174 characters
Field4: 174 characters
fails, but
Field1: 175 characters
Field2: 174 characters
Field3: 174 characters
Field4: 174 characters
succeeds.
Field1: 349 characters
Field2: 349 characters
Field3: 0 characters
Field4: 0 characters
fails, but
Field1: 349 characters
Field2: 348 characters
Field3: 0 characters
Field4: 0 characters
succeeds.
Field1: 698 characters
Field2: 0 characters
Field3: 0 characters
Field4: 0 characters
fails, but
Field1: 697 characters
Field2: 0 characters
Field3: 0 characters
Field4: 0 characters
succeeds.
So, it LOOKS as if there's a COMBINED limit in the TEXTAREA fields of 697 characters.
This... this... makes no sense to me. I thought TEXTAREAS were basically unlimited and why in the name of shattered panda brains would they be INTERACTING with each other in this way?
Help!
Edward
"Cut a hole in the door. Hang a flap. Criminy, why didn't I think of this earlier?!" -- inventor of the cat door
to email the contents of a form.
In the form I'm using, I have four TEXTAREA fields. I've noticed that when those fields get full, they don't tend to mail. Specifically, when I hit the [send] button, the browser does NOT build the mail message.
Some data:
Field1: 175 characters
Field2: 175 characters
Field3: 174 characters
Field4: 174 characters
fails, but
Field1: 175 characters
Field2: 174 characters
Field3: 174 characters
Field4: 174 characters
succeeds.
Field1: 349 characters
Field2: 349 characters
Field3: 0 characters
Field4: 0 characters
fails, but
Field1: 349 characters
Field2: 348 characters
Field3: 0 characters
Field4: 0 characters
succeeds.
Field1: 698 characters
Field2: 0 characters
Field3: 0 characters
Field4: 0 characters
fails, but
Field1: 697 characters
Field2: 0 characters
Field3: 0 characters
Field4: 0 characters
succeeds.
So, it LOOKS as if there's a COMBINED limit in the TEXTAREA fields of 697 characters.
This... this... makes no sense to me. I thought TEXTAREAS were basically unlimited and why in the name of shattered panda brains would they be INTERACTING with each other in this way?
Help!
Edward
"Cut a hole in the door. Hang a flap. Criminy, why didn't I think of this earlier?!" -- inventor of the cat door