feincms-form-designer

Software Screenshot:
feincms-form-designer
Software Details:
Version: 0.1.0 Pre
Upload Date: 20 Feb 15
Distribution Type: Freeware
Downloads: 9

Rating: nan/5 (Total Votes: 0)

feincms-form-designer is a form designer that does not try to offer every last configuration possibility of Django's forms, just through the administration interface instead of directly in Python code. Instead, it strives to be a tool which everyone can use right away, without the need for long explanations.

It offers a small set of predefined input fields such as:

- Text fields (One line and multi line widgets possible)
- E-mail address fields
- Checkboxes
- Dropdowns
- Radio Buttons
- Multiple selection checkboxes
- Hidden input fields

Every field can optionally be declared mandatory, default values and help texts are available too. That's it.

By default, form data is sent by e-mail to a freely definable e-mail address and stored in the database (a CSV export of saved submissions is provided too). It is possible to add your own actions, but that's not documented yet. These actions aren't hardcoded -- they can be freely defined for every form defined through this form designer.
Configuring the export

The CSV export of form submissions uses the Python's CSV module, the Excel dialect and UTF-8 encoding by default. If your main target is Excel, you should probably add the following setting to work around Excel's abysmal handling of CSV files encoded in anything but latin-1:

FORM_DESIGNER_EXPORT = {
 'encoding': 'latin-1',
}


You may add additional keyword arguments here which will be used during the instantiation of csv.writer.

Requirements:

  • Python
  • FeinCMS

Other Software of Developer Matthias Kestenholz

FeinCMS
FeinCMS

20 Feb 15

FeinCMS
FeinCMS

12 May 15

django-fhadmin
django-fhadmin

20 Feb 15

Comments to feincms-form-designer

Comments not found
Add Comment
Turn on images!