Needs to update the form on change of some fields
This is the script I am using in client script: (function() { // Get the start date, end date, and the field value var startDate = g_form.getValue('fth_startdate'); var endDate = g_form.getValue('fth_enddate'); var fieldValue = g_form.g...
