I have a hidden field set up on my registration form. Is it possible with a few code hacks to change the value of that hidden field based on what a user selects in one of the visible fields?
For example:
If the user selects "Age" to be "Less than 18", hidden field value is submitted as "Young". If the user selects "Age" to be "18+", hidden field value is submitted as "Old".