I'm using a product field type: radio buttons with images instead of radio buttons, so I have html in my label field. I've also filled out the "value" section with the real name, so for example:
Label = <div class="product1" title="Product 1">Product 1</div>
Value = Product 1
Price = $50
However, when it sends to Paypal, the HTML shows up in the description area (on the payment page) instead of the value. How can I have GF send the value to Paypal to use as a description, instead of the label?