I have a PHP page to sell pants in several styles and sizes. I already have a drop-down list for the customer to select the size they want. The problem is that not all sizes are pre-hemmed; those that are not can be hemmed at no additional charge. How would I offer a separate drop-down only for those sizes that are not hemmed so the customer can choose to have them hemmed to their liking?
I am using <select> with option value=select to display the available sizes. Is there another option value that can be used to indicate the hemmed length only on those that aren't pre-hemmed?