How can I concatenate the answer to multiple fields into another?
I would like to combine the following field names from my form into another field to generate a file name that users can copy and save.
- Last_Name
- First_Name
- Department
- Course_Start_Date
Once combined, I'd like the text to be formatted like this "Last_Name-First_Name-Department-Course_Start_Date-.pdf"
For example, "Smith-John-Finance-08 Aug 2023.pdf"
From what I've researched I assume that I will need to use Javascript, but I need help.
