In my submission form, I have created a virtual cascading text field to pull data from one of my tables because that was the only way to get text longer than 255 characters to carry over.    Now, I want to save that information on a new table alongside the new information entered on the submission form, but I don't know how to get the data to carry over. I thought maybe I should set it up as a parameter to pass from the virtual field to the hidden non-virtual field, but that doesn't seem to be