Hey,
I have a client that has 2 huge forms:
http://www.tekdata.com/systemdocs/index.php?option=com_chronoforms&view=form&Itemid=113
http://www.tekdata.com/systemdocs/index.php?option=com_chronoforms&view=form&Itemid=114
Is there a limit to the number of fields / size? The whole form does not print and it appears to be confused on the email template. The two form names are 'Resource_Booking_Needs_Form' and 'Video_Streaming_Needs_Form'.
Any insights would be appreciated.
I have a client that has 2 huge forms:
http://www.tekdata.com/systemdocs/index.php?option=com_chronoforms&view=form&Itemid=113
http://www.tekdata.com/systemdocs/index.php?option=com_chronoforms&view=form&Itemid=114
Is there a limit to the number of fields / size? The whole form does not print and it appears to be confused on the email template. The two form names are 'Resource_Booking_Needs_Form' and 'Video_Streaming_Needs_Form'.
Any insights would be appreciated.
Hi bdpickerall ,
There's no limit built into ChronoForms. We have seen some cases where server security settings limit the number of variables that can be submitted and you can hit database table size problems if you have large records all set to VARCHAR(255).
In practice long forms like this are rarely a good idea - I'd be inclined to break it up into a multi-step form.
Bob
There's no limit built into ChronoForms. We have seen some cases where server security settings limit the number of variables that can be submitted and you can hit database table size problems if you have large records all set to VARCHAR(255).
In practice long forms like this are rarely a good idea - I'd be inclined to break it up into a multi-step form.
Bob
That was my thought too but I had to ask.
I appreciate the quick response.
-Barry
I appreciate the quick response.
-Barry
This topic is locked and no more replies can be posted.