feincms-form-designer

A simple form designer for FeinCMS
Download

feincms-form-designer Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Matthias Kestenholz
  • Publisher web site:
  • http://feinheit.ch

feincms-form-designer Tags


feincms-form-designer Description

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 fieldsEvery 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 exportThe 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.Product's homepage


feincms-form-designer Related Software