Pass hidden value through a form
Hi. I'm trying to create a registration form in which users select an organization from a drop down list that is populated from a db table. All I want the user to see is the origanization's name, but there is also an ID number for each organization in the table. Is there a way I can submit the ID number for the origanization the user chooses as a hidden field? I feel like it should be fairly simple, but I can't wrap my brain around it.
Thanks for any help!