Skip to content

Release notes - April, 15 2026

Element Functions have been expanded to make it easier to create smart, reusable values directly from form inputs.

What’s New

With Element Functions, you can now automatically generate values based on another element and reuse them elsewhere on the page.

Examples include:

  • Extracting date information such as week number, month number, year, age, or a formatted date
  • Shifting a date by a number of days, weeks, months, or years
  • Converting numeric durations into readable time formats such as hh:mm or hh:mm:ss

Output Handling

Function results can be stored in a dedicated linked element.

This means the result stays connected to the source element, while still being available for use in other parts of the page.

You can choose between:

  • Using the automatically created linked output element
  • Linking the result to an existing element instead

Better Editing Experience

The editor has also been improved to make working with Element Functions more intuitive:

  • Multiple functions of the same type can be added to a single element
  • A linked output element is created automatically by default
  • Output elements receive a sensible default name
  • The name can be changed manually when needed
  • If the function type changes, the default name updates automatically as long as it has not been customized

Result

These improvements make it easier to build forms with reusable calculated values, derived date information, and formatted outputs, without adding unnecessary complexity to the page design.