Hey guys. I'm trying to figure out how to create a form that will have multiple values I can turn into variables.
<option value="Baby">Baby</option>
For example I would want you to be able to pick the "Baby" Option and have it send two values..
"Baby" and "Infant"
Just looking for an easy way to have one selection produce the two values. =)
Thanks!
<option value="Baby">Baby</option>
For example I would want you to be able to pick the "Baby" Option and have it send two values..
"Baby" and "Infant"
Just looking for an easy way to have one selection produce the two values. =)
Thanks!
