Hi,
I created a form on a website to enter specific types documents in a database. The documents are in Word format and usually contains definitions divided by sections. Basically, the forms I created lets you add the number of sections you need, then the number of definitions for each sections, and then I am able to copy and paste every thing in it's respective text box(is there an easier/faster to do all this btw?) So you would be able to add a doc like this:
Section 1: <text field>
def 1.1 <text field>
def 1.2 <text field>
def 1.3 <text field>
Section 2: <text field>
def 2.1 <text field>
def 2.2 <text field>
def 2.3 <text field>
etc.
Everything works fine. I enter the info, I click "Submit to database" and everthing goes into it's respective tables/cells, but only when there is not much info...
Sometimes theres is lots in a doc, like 10 sections and 10 to 20 definitions for each and the definitions can be long. If I fill up ALL the text field and click submit, nothing happens. It doesn't freeze or anything, but all the button including the submit button don't seem to work. It's as if there is too much info to send. This can be frustrating for someone who took 15 minutes to copy and paste all the info and then cannot send it to the database.
Does anybody know why this happens and how I can stop it from happening? Is there a limit of text that can be sent at one time?