hexagon logo

Custom Form Parameter to Variable

We are developing a programming and reporting template based on user needs. I am working on the reporting aspect of this project, with a goal of automatically saving PDF's, XLS, and Point Cloud data to multiple locations, and using the variable input data to create unique file names.

One request was "blank" inputs, i.e. not showing the previous inputs highlighted in the text box. We are trying to achieve this via a custom form to receive all user inputs in one section, instead of multiple comments that need to be manually advanced.

We need to pull the input data into variables that can be used later in the program. I think I understand the premise of assigning form parameters for use in logic, but I do not have a great method of pushing those parameters into the edit window in a manner I can use them later for file names or other reporting tags. 

Any help is greatly appreciated!