As you can see some of the values of the hidden fields of this type embedded form link contain commas
Because the fields are also separated with commas the data is not completely send and stops after the first komma of a hidden field.
price=2,325.00
Becomes 2
name=Draaibank 250x550 mm met digitale uitlezing, inverter en AC motor
Becomes Draaibank 250x550 mm met digitale uitlezing
<a class="foo" data-tf-size="70" data-tf-popup="QxwL3CPS" data-tf-hide-footer="" data-tf-hidden="
sku=15433,
type=LTC DR 550I Vario-2 SINO,
price=2,325.00,
name=Draaibank 250x550 mm met digitale uitlezing, inverter en AC motor,
brand=Huvema" data-tf-loaded="true">Informeer naar de levertijd</a>
Is there any way to escape the commas in the hidden fields?