in my app pilots would select and open one of six forms to submit post flight data.
The form would be selected based on the mission flown (e.g., tour, training, ferry).
In each of the discrete forms, I would like to “hard code” a value corresponding to the form type (and this the mission), so that merely submitting (for example) a “Tour” form would log a value of TOUR in a column in the sheet title mission type - the pilot would not need to type in or select that value.
Is this feasible?
Thanks in Advance!