10390 Posts in 2201 Topics by 1712 members
| Go to End | Next > | |
| Author | Topic: | 693 Views |
-
Userforms Limit (Question or Size)

3 July 2012 at 2:53am
I have been using the userforms module to create an online questionnaire for the site.
There is a large amount of questions for this form and i have reached a point in which I can no longer add anymore questions (fields).
I was just wondering if there is a question limit or size limit on the userforms modules. I cant seem to see anything in the code.
There is 80 rows in the database but surely this will just increase as the questions are added right?
Thanks in advance.
Reece
-
Re: Userforms Limit (Question or Size)

3 July 2012 at 9:52pm
No documented limitations on the number of fields as it's all relation. Are you running into an error on the page?
-
Re: Userforms Limit (Question or Size)

3 July 2012 at 10:03pm
Just inspected through Chrome code inspector, says there is a 404 not found on the EditForm ( /admin/editForm ) initiated in the bade.js:61.
Could this have something to do with it.
Ill attach a screenshot
Thanks for your help.
-
Re: Userforms Limit (Question or Size)

14 July 2012 at 3:46am
Has anyone had the same issue or managed to overcome it at all?
-
Re: Userforms Limit (Question or Size)

29 August 2012 at 2:59pm
I have the exact same problem.
Failed to load resource: the server responded with a status of 404 (Not Found) http://www.reussirsavieensante.com/dev/sapphire/thirdparty/tinymce-advcode/langs/fr.js?m=1340798424
Failed to load resource: the server responded with a status of 404 (Not Found) http://www.reussirsavieensante.com/dev/cms/javascript/tinymce_ssbuttons/langs/fr.js?m=1340798424
Refused to set unsafe header "Connection"
Failed to load resource: the server responded with a status of 404 (Not Found) http://www.reussirsavieensante.com/dev/admin/EditForm -
Re: Userforms Limit (Question or Size)

1 November 2012 at 3:22am
Hi,
Just another look to see if this has been solved?
I can remove a userform field from a different contact form on another page and it will let me add one more to the longest form I have.
It seems there is a limit to how many different form field you can have on any one site.
-
Re: Userforms Limit (Question or Size)

1 February 2013 at 4:07am Last edited: 1 February 2013 4:39am
up! im having the same problem!
also see https://github.com/silverstripe/silverstripe-userforms/issues/91
-
Re: Userforms Limit (Question or Size)

11 April 2013 at 8:47pm
We had the same problem and found that suhosin.request.max_vars was responsible for that. Maybe it helps other users to solve that issue.
If the number of POST variables is greater than 1000 you have to change PHP's max_input_vars as well.
| 693 Views | ||
| Go to Top | Next > |



