Form fields that don't match table fields

I have a form that submits to a controller using the basic scaffolding
code, but
I’d like to have a form field that doesn’t correspond with a table name
yet is
still accessed in a similar way (i.e. using @formname.fieldname in my
controller). Is that possible?

Thanks for any help.