View previous topic :: View next topic |
Author |
Message |
Guest
|
Posted: Fri Jul 30, 2004 8:52 am Post subject: Generated a form with no question ids |
|
|
I created a 400 question form and after about the 80th question, no question ids were generated. The field names and ids are referred to as q[?] in the generated form. When submitting the form, a series of blanks appear in the email. When trying to edit or delete, you see a series of blank rows with view/edit/delete options. I tried to edit or delete the question of interest. The last question that was entered appropriately always shows up.
Form id is 2317. |
|
Back to top |
|
 |
mmongar
Joined: 30 Jul 2004 Posts: 1
|
Posted: Fri Jul 30, 2004 9:03 am Post subject: generated html snippet |
|
|
Here is a code snippet from the generated html. All of a sudden the question name and id equal q[].
<tr bgcolor="#EFEFEF"><td><font color="#000000" size="2" face="Arial">Name</font></td><td><font color="#000000" size="2" face="Arial"><input name="q[70]" type="text" id="q[70]" value="" size="30" maxlength="" class="fieldstyle"></font></td></tr>
<tr bgcolor="#FFFFFF"><td><font color="#000000" size="2" face="Arial">Habitat</font></td><td><font color="#000000" size="2" face="Arial"><input name="q[]" type="text" id="q[]" value="" size="30" maxlength="" class="fieldstyle"></font></td></tr> |
|
Back to top |
|
 |
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Sun Aug 01, 2004 7:27 pm Post subject: reply |
|
|
It looks like the problem is occuring because of the massive number of questions. When you are trying to add this many questions, limitations with the speed at which data can be sent from your computer to our servers (when creating the form) is limted. The scripts are timing out...thus created the error. At this time, I don't believe you'll be able to create a form with this many questions.
Thanks,
Nick Ladd
myContactForm.com |
|
Back to top |
|
 |
|