Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

All other Modules /

Discuss all other Modules here.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Userforms Limit (Question or Size)


Go to End


9 Posts   4204 Views

Avatar
reececropley

Community Member, 11 Posts

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

Avatar
Willr

Forum Moderator, 5523 Posts

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?

Avatar
reececropley

Community Member, 11 Posts

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.

Attached Files
Avatar
reececropley

Community Member, 11 Posts

14 July 2012 at 3:46am

Has anyone had the same issue or managed to overcome it at all?

Avatar
wilsonStaff

Community Member, 143 Posts

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

Avatar
reececropley

Community Member, 11 Posts

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.

Avatar
borriej

Community Member, 267 Posts

1 February 2013 at 4:07am

Edited: 01/02/2013 4:39am

up! im having the same problem!

also see https://github.com/silverstripe/silverstripe-userforms/issues/91

Avatar
Anonymous user

Community Member, 1 Post

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.

Go to Top