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

I have a project with `djangoCMS 3.9`, and `aldryn-forms 6.2.1`. I created my form without any problems, but when i send the form i get this error message: ![Bildschirmfoto 2021-11-13...

The requirement for these changes was to have the ability to set the different redirect page and send different email notification if form was submitted with the specific value. For...

When I try to export submitted form entries in the admin, I get the following error: > Traceback (most recent call last): > File "C:\Users\user\Project\Code Base\venv\lib\site-packages\django\core\handlers\exception.py", line 47, in inner...

We bumped the aldryn-forms version from 4.0.1 to 6.2.1 and got the error below. Version 5.0.4 works fine. ``` KeyError: 'FormPlugin' File "django/core/handlers/exception.py", line 34, in inner response = get_response(request)...

I use: django == 3.1.9 aldryn-forms ==6.2.1 django-simple-captcha==0.5.13 When i submit the captcha is ignored (not filled correct the captcha) and redirects to a cmspage.

If redirect to CMS page is enabled an empty form is saved. If redirect to CMS page is NOT enabled two forms are saved: one empty one not. Kind regards,...

I am using "aldryn_forms" in "static_placeholder". I would like to define the default value of "Hedden Field" as the page title. Could you please help me on this? Thanks!

If using aldryn_forms with simple captcha, invalid captcha requests will create an empty form in the backend.