My form has a date field with todays date ("START DATE"). In addition it has a second field ("DURATION") with a dynamically calculated number of days, e.g. 30, 60 or 360). Now I want to use a third calculated field ("END DATE") to show and store the date calculated as START DATE+DURATION.
How can I do this?