Hi, I have a OPTION PRICING FIELD with values like this:
Label: Desayuno Clásico (30,00€)
Value: Desayuno Clásico (30,00€)
Price: 30,00 €
So when I look in the form:
http://regalarcestasadomicilio.com/2012/?page_id=1713
I Check the HTML and the OPTION VALUE shows like this:
<option value="Desayuno Clásico (30,00€)|30">Desayuno Clásico (30,00€)</option>
So I need to change the code, because I need the Option Value to be only "Desayuno Clásico (30,00€)" without "|30"
Please can you help me? the deal is that I use another plug to take the forms entry and put it in a CRM.
Thanks.