You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Over time, I have collected a couple of patches to form-designer, but I'm not sure if I should clean them up for merging or just keep them locked away where nobody sees the horror. Some are a bit hacky by misusing some field configs, for example.
Add a datestamp to the file name of export xlsx
Refactor form instance creation to add more hooks for easier subclassing/modifying
New field types:
Static Text (renders a div, misuses the choices/default fields for config)
NumberField
Captcha with django-simple-captcha
Alternative separator for choices so that a choice can contain commas
Subject for send_as_mail configurable
Force email recipient via setting for integration testing
Placeholder for text fields (misuses the choices field)
The text was updated successfully, but these errors were encountered:
Over time, I have collected a couple of patches to form-designer, but I'm not sure if I should clean them up for merging or just keep them locked away where nobody sees the horror. Some are a bit hacky by misusing some field configs, for example.
The text was updated successfully, but these errors were encountered: