Welcome to our official feedback forum. Do you have an idea? Do you recognize a good idea when you see one? We want to hear from you!
-
58 votes
support for multi-page forms planned
-
50 votes
import/export forms so they're easier to reuse under review
-
47 votes
conditional fields / content
Ability to show or hide fields in the form based on the condition of a prior selection. This might be constructed like a fieldset, where the 'default' field is the conditional, and any others are shown when the condition is true. Not just boolean conditions, also match particular values in a sele... more
-
11 votes
Include a captcha field out of the box started
Most public forms need captchas now. PFG should model best practice by shipping a captcha field, probably PFGCaptchaField.
-
10 votes
-
3 votes
show an alert if mailhost not configured yet planned
Duplicate the alert from the control panel if the mailhost hasn't been configured for the site yet. Currently there's no indication of an unconfigured mailhost until you submit the form and get an exception.
-
2 votes
fix add menu when Form Folder is default item
We need to make the add menu show the correct items if Form Folder is the default item in its containing folder.
Currently you get the add item menu for the containing folder, and I'm not sure there's a way to add a field without temporarily making the form folder non-default... Not sure the b... more
-
1 votes
Central forms repository that you can use in different places in the site
I have made a hack in PloneFormGen that allows you to have a central repository of fieldsets, and then you just add an alias for a desired fieldset in the form you are making locally. The alias is an object that behaves as a fieldset but in fact takes its fields from the central repository. In th... more
-
0 votes
Make quick edit functionality work with Javascript disabled.
In the following check in I had to work around an issue with failing zope.testbrowser tests: http://dev.plone.org/collective/changeset/78118/ The fix is certainly not elegant, but the implementation doesn't rely on forms in any relevant way anyhow. This could all easily work without javascript ... more