aldryn-forms icon indicating copy to clipboard operation
aldryn-forms copied to clipboard

Flexible HTML forms for your django CMS projects

Results 54 aldryn-forms issues
Sort by recently updated
recently updated
newest added

Adding other input fields work perfectly but select field does not show options it only shows the label. ![aldryn-form](https://user-images.githubusercontent.com/56881629/115969103-d541c980-a52a-11eb-9ab7-54fc1de555b6.png)

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.