Deftform Changelog

Subscribe to updates
© 2026 Deftform Changelog
Jul 08, 2026

Condition fixes and improvements

Today we released a maintenance update and also a few fixes and improvements. The most notable are mentioned below.

Conditional fields no longer stick around after changing an answer

We fixed a bug affecting forms with chained conditional logic (where a conditional field reveals another field, which reveals another, and so on). Previously, changing an earlier answer could leave a stale field on screen — so both the old and new conditional fields showed at the same time.

Now, when a field is hidden by a selection, any fields that depended on it are hidden too, and their values are no longer saved with the submission.

Multi-page progress bar now shows your position

The progress bar on multi-page forms now reflects which page you're on, rather than tracking completed fields. On landing, you'll see the bar partially filled (e.g. step 1 of 3), giving an immediate sense of how long the form is and how many pages remain — filling completely on the final page.

We also fixed an edge case where pages hidden by conditional logic could throw off the progress calculation; the bar now always matches your actual position through the form.

Form duplication now includes field conditions

Duplicating a form now copies conditional logic along with its fields. Previously, conditions were dropped during duplication, so any fields configured to show/hide based on another field's value lost that behavior in the copy.

Conditions are now remapped to point at the newly created fields, so conditional visibility works immediately in the duplicated form — no need to reconfigure it by hand.