How can I get LF Forms to take a date submitted, add a number value from another drop down field and calculate a date by adding that many days? I'm almost there, I think. Here's what I've done so far:
This is on the Application Form:
It is a choice the applicant makes for how long a duration they are applying for.
Then:
This is on the Approver's Form:
I want this calculation to take the starting date from the application form, then add (2, or 14, or 61) days based on the value of the choice made. The result would be filled in as an Expiry Date on the Approved Permit that goes back to the applicant. This would be a read only field, and if the Approver wanted to shorten the duration, he would change the field choice for the duration before approving.
So, what should this calculation actually look like?