enigmadigital / Formerly

Plugin to allow users to create custom forms within Craft CMS
MIT License
59 stars 24 forks source link

Problem saving form #59

Closed cole007 closed 8 years ago

cole007 commented 8 years ago

We've got a large custom form which has problems saving forms with more than eleven fields. Any idea why this might be a problem?

wiso1234 commented 8 years ago

We've done one recently with 30+ fields. Can you give some more details on what the problems are

cole007 commented 8 years ago

The form is not in itself particularly large but it does have a lot of dropdown fields in. See attached. Many thanks

download

wiso1234 commented 8 years ago

There is a php limit on the number inputs on the page. You may have reached  that.  You can increase it in php.ini

-------- Original message --------
From: Cole Henley notifications@github.com
Date:04/12/2015 8:18 PM (GMT+10:30)
To: xodigital/Formerly Formerly@noreply.github.com
Cc: Andrew Wisener wisenerandrew@gmail.com
Subject: Re: [Formerly] Problem saving form (#59)
The form is not in itself particularly large but it does have a lot of dropdown fields in. See attached. Many thanks — Reply to this email directly or view it on GitHub.
cole007 commented 8 years ago

Thanks - looked into this. Currently set to 1000 which is nowhere near the number we are trying to save.

cole007 commented 8 years ago

We've got to the bottom of this. There were duplicate Field names in the form.

Ideally it would be good to be able to split out the field name and field label and specify each of these separately.