aldryn-forms
aldryn-forms copied to clipboard
Flexible HTML forms for your django CMS projects
Adding other input fields work perfectly but select field does not show options it only shows the label. 
Make sure connection to emailbackend is closed once sending messages is done
When sending mails using the `contrib.EmailNotifications` package, the connection to the email backend is not being closed. Most EmailBackends will provide a fallback for this issue, but some don't. In...
When attempting to export a form on a fresh install, get the following error: ``` File "/home/nicka/repos/xxxxx/env/lib/python3.8/site-packages/aldryn_forms/admin/views.py", line 96, in done response = HttpResponse(dataset.xls, content_type=content_type) AttributeError: 'Dataset' object has no...
Hello, I would like to ask, if it is possible to add to Select field (In form fields) both editable things: **Name** and **value** of the option For now there...
Fixed 2 issues: 1. Fix the HTML rendering function in the Form popup 2. Remove unicode characters, add the correct HTML rendering for the Form Advanced plugin
Updates to missing and sometimes confusing translations.
A hidden field renders via **{% extends "aldryn_forms/field.html" %}** so label, errors and "Required field" will be added to the page ;)
Sharing my translations to the project.