I have a production start date field. I also have a estimated completion date field that I want to basically add 30 days to the production start date field.
I seen the=is thread but it is from current date. Instead of current date, I want the calculation to come from another field in the same form. Any ideas?
That takes the data that was selected in the first datepicker, adds 30 days to it, and that is the minimum for the second datepicker. You may not want people to be picking dates though, just showing them the date 30 days in the future?
The input_12_12 is form 12, and field 12. Your line code will look like this to add 30 days to the date that was submitted in field 8 of form 5 and use that in field 9 (this may need to be updated in the code to match the field in your form that should get 30 days added to it):