I am trying to create a complex custom option and am having difficulty figuring it out. What I want is a list of radio buttons with labels next to each showing height and width (ex. label would look like 1.5' x 3'. Thats the easy part.
Now, if a user clicks one of those radio buttons I want to display a text input (right next to the radio button label) to accept a value for length so that when the product is sent to the cart it shows something like 1.5' x 3' x 60'.
I figure jquery will get me down the road with hide/show part. It's the combination of inputs and pushing that concatenated data to the cart where I'm confused.