barseghyanartur / django-fobi

Form generator/builder application for Django done right: customisable, modular, user- and developer- friendly.
https://pypi.python.org/pypi/django-fobi
484 stars 112 forks source link

Handle form choices display in rendered data for mails #204

Closed pierreben closed 5 years ago

pierreben commented 5 years ago

The following changes improves the rendering of forms select multiple choices in email contrib plugin and keep the form fields ordering when displaying form content in email.

barseghyanartur commented 5 years ago

@pierreben:

Thanks!

Which version of Python did you use?

I think I encountered the behaviour you've dealt with using Python 3.5, but in Python 3.6 things went smoothly, thus, I didn't make a change then.

pierreben commented 5 years ago

@barseghyanartur:

The problem occurred in python 2.7 ;)

barseghyanartur commented 5 years ago

@pierreben:

Ah, OK, of course (it still exists). :)