I have altered the current date field to create a unique ID for a form. What I need it to do is to become READ ONLY once the user clicks the Submit button. Below is my current FormCalc code
$.rawValue = Concat(Num2Date(Date(), "MMDDYY"), "-", Num2Time(Time(), "hMMSS"))
Any ideas? THanks!