Hi Klemen,
I don't know enough about php, databases, servers etc... Please don't get upset about this next question. (I'm trying to learn)
I did a test without changing any of the code.
When a customer 1st submits a ticket it will not accept over 13 rows of text. I've tried both ways of just numbers and actual 13 rows of solid text. (Same results).
On this test ticket when I reply to a customer or a customer replies once a ticket has been submitted, the system will accept more than 13 rows.
Question:
If it were my server settings, wouldn't the system not submit a message from the "Add Reply" if 13 rows were exceeded?
http://usetc.com/Tis/ticket.php
Ticket Id: 826U2LBHJT
---------------------------------------------------
Now I did find a work around for my purposes.
http://www.usetc.com/Dis/ticket.php
Ticket Id: NM6VH8SVT8
I changed the message code to:
Code: Select all
<td width="80%"><textarea name="message" rows="2" cols="70">
Then created a custom field named "Body" with rows="12" cols="70"
The custom field I created will accept rows over what is deemed in the code the first time submitting a ticket.
------------------------------------------
Again I'm just trying to learn. Questions Please:
1) Why does the original code with only the "Message Box" not submit a ticket once the scroll bar is displayed, (rows exceeding what is in the code) but if a custom field is added, that custom field will submit a ticket if the rows exceed what is in the option code?
2) Why isn't there a problem with "Add Reply" when rows are exceeded? In both test instances whether the customer or admin was replying to a ticket I exceeded the rows deemed in the code and there wasn't a problem.
If it were my server settings, wouldn't I have problems with exceeding rows deemed in the code in the "custom field" and "add reply" message?
I'm just trying to make sense of it, I don't get it.
Thanks for taking a look....
P.S. I'm the first one to admit I can be dense as concrete so hang in there with me.