Deftform Changelog

Subscribe to updates
© 2024 Deftform Changelog

Formfield

Sep 21, 2024

You are now able to define custom texts for the file upload field. This can be done when creating or editing a file upload field.

Custom texts for the file upload field

Formatting options are limited to bold, italic and underline and you can only add up to 255 characters. You are not able to remove any of those lines, so by saving an empty value, it defaults to our texts.

We also improved the loading indicator a little bit. It was kind of broken before, because it jumped straight to 100%. It's not a progress bar anymore, but a spinner indicating that something is happening in the background.

Aug 15, 2024

Today we added a new form field: Consent checkbox

This field allows you to create a, well... consent checkbox. This can be used to make sure people accept your privacy policy or agree that they have read other legal documents. Use it however you see fit. In the frontend, this will show the text you enter, with any additional links and a checkbox next to it.

Backend view when creating / updating the field
How the field looks on your form
Jul 12, 2024

Today, we added a new fieldset: Signature ✍️

As the name may suggest, it is now possible to add a way to sign forms. This works on both mobile (touch) and desktop (mouse). When a signature was submitted, it is stored as image and available in emails and exports as direct links. When viewing responses in the backend, the actual image of the signature is shown.

Attachments in emails (bug fix)

There was also a bug when sending notifications to admins and submitters when the form had one or more uploaded fields. The files were not accessible from within the emails, but only showed an internal identifier.

An absolute link to each file is now visible directly within those emails.