Load dynamically a default value

Is it possible to load dynamically the default value in a form (number) field?

For example.
In a form, a user enters two values, start and finish. Both numbers.
When entering a new submission the default value in start is the last value entered to finish.

Currently, the default value only takes the first entry.
Many thanks.

You should be able to create a single value column that takes the last finish value, and then use that as a default in the form.

3 Likes

Briljant! Thank you.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.