Preloading Dates

Is there a function or method to preloading todays date into a date field

If you select “Today” in the form metadata, then today’s date will be pre-loaded into your form, and the result can be accessed anywhere in your form via “/data/today”. eg

today: calculation='/data/today'
note: "today is ${today}"
1 Like