Products.PloneFormGen
Products.PloneFormGen copied to clipboard
PloneFormGen add on for Plone
validation error messages such as `This is not a valid email address.` are not translated at all. the errid ( (eg `pfg_isEmail`) are not included in the po files. (the...
``` Traceback (innermost last): Module ZPublisher.Publish, line 138, in publish Module ZPublisher.mapply, line 77, in mapply Module ZPublisher.Publish, line 48, in call_object Module Products.CMFFormController.FSControllerPageTemplate, line 91, in __call__ Module Products.CMFFormController.BaseControllerPageTemplate,...
Hi, i love your PloneFormGen. In my organization I use it to solve many process that before were made with paper. I have a little problem. I want to use...
Created a form with many filefields. Used saveddata adapter and mailer. Checked request and all files are sent. Only first file appears in email.
after installing PloneFormGen the following content types appear as searchable: - 'FieldsetEnd', - 'FieldsetFolder', - 'FieldsetStart', - 'FormBooleanField', - 'FormCaptchaField', - 'FormCustomScriptAdapter', - 'FormDateField', - 'FormFileField', - 'FormFixedPointField', - 'FormFolder',...
If you use the "red cross" at the quickedit view to delete an item you will be redirected to the formulars base_view after confirming. Better: stay on quickedit, no redirect.
If one has added a field from the toolbox, the new field label field should be focused.
usecase: i want to link to other parts of a long form in a formrichlabelfield using anchors. eg `link to other field` unfortunately clicking this hyperlink results in a page...
When I enable version control for form folders through /@@types-controlpanel the change note field appears on the form view. I would suggest that change note should appear on edit/quick edit....
adding a selection field (possibly happens with othere fields too) and insert a less-than () breaks the field in the rendered form. didn't look at the code, but by inserting...