Background:
I'm using Forms Essentials, so I don't have the option to do database lookup. I currently have a drop down field for "Department" and a single line text field for "Division". In order to add new (requested) functionality to this existing form, I need to set a process flow condition dependent on Division for our Public Works Department only. I added a new drop down field, Division_PW. I have a field rule to hide the Division text field and show the Division_PW field when Department = Public Works.
Question:
Instead of keeping a separate division field for Public Works throughout the entire process flow, I'd like to set the Division text field to the value of the Division_PW drop down selection only when Department = Public Works. Is this possible through field calculation on the Division field, or do I have to resort to JavaScript?