Table too long?

ddmoulton 17 Aug, 2010
I have made about 15 forms for a website and all but 2 work perfectly. These 2 forms only break when I use them on the table that was built for them ( when I use a table that was built for a shorter form everything works perfectly).

After submitting the form when using the longer table, the template break, and I see the redirect text I gave with no styling ( the HTML is just the <p>Redirect text</p>). The table also does not save any records.

If anyone have any ideas of what the problem may be?

Thanks
GreyHead 17 Aug, 2010
Hi ddmoulton,

I'm afraid that I don't understand the question. How exactly do the forms break? Are you talking about database tables or HTML tables?

Can you post a link to one of the forms with problems?

Bob
ddmoulton 17 Aug, 2010
The form itself works perfectly, its after it is submitted that the redirect page breaks and the database doesn't save the record. But if I use a different table in the the database that is shorter, everything works fine after the form is submitted.
GreyHead 17 Aug, 2010
Hi ddmoulton,

The size of the table shouldn't make any difference. I wonder if you have an 'illegal' column name in the longer tables containing a dash '-', starting with a number, or with a space or other special characer in it.

Bob
ddmoulton 17 Aug, 2010
That's probably what it was, one of the fields began with a number.

Thanks
This topic is locked and no more replies can be posted.