Hello all.
I have a feeling my lack of proper terminology hindered me from finding this answer myself. Let me explain what I am trying to do...
I have a simple form in which I process a Delegate class of "afterSave()". In the functional code, I would like to use a variable passed from the form but isn't related to any table.
The question is, how do I include an input field in a form when the field is not related to the database. Only to be passed (via _REQUEST?) for the code to use in processing.
I hope my question makes sense.
TIA,
Frank