On a form i have a one hidden price field and one total field. The total price field is used for a payment plugin. When I update the value of the hidden price field by jQuery I get a validation error on submit?!? When I enter the same value in the form admin backend and I run the form everything works ok?
How can I turn of validation? Because the total price field updated correctly, so my value on the price field is accepted. Or must I call a function to update the hidden field instead of update the .val()?
Please help, thanks!