How do I populate a date depending on what is selected in a drop down?
I have 1 field titled "Today" that populates the current date. Then I have a drop-down field titled "Release Date" with the following selections: 14 Days, 180 Days, and Permanent. I am trying to change the "Release Date" field into a calculated date using the "Today" field depending on what is selected in the drop-down list. Example: If the "Today" field reads 01/18/2016 and the user selects "14 Days" from the drop-down list as the "Release Date" then I want the text to show as "02/01/2016", which is 14 days from today's date, instead of showing as "14 Days". What script should I use?
