formtools / core

The Form Tools Core.

Home Page:https://formtools.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot create table for the external form

thatguywiththekids opened this issue · comments

I have a form with about 100 fields. When attempting to create the table for the form (Hitting the button on step5.php), I got the error that the row size is too large. I get it, all those varchar(255) probably cause that. So, I changed a couple more to text instead and tried again, which yields "Internal Server Error" at the top and a neverending spinner at the bottom.

On a side note, it is super annoying that the default field size is medium even when the fields are seeded with a larger string.