Hi All,
I see in the documentation that you can set a default date in a form with this code: [date offset='+3 days']. However, I would like to have a user enter a date, but then count forward to display an expiry date. I want to show this on the form because it is inside a repeater and I only want to display the last entry.
Think of a record of renewals and I want to show the last entry of a series of repeaters. I've created a hidden field, but using this shortcode does not work: [x offset='+3 days'] where x is the value of a date chosen by the user using a datepicker.
It seems to work with the default date, but with no other date entry. Any ideas? Thanks!!