I\'m using the jQuery plugin AutoNumeric but when I submit a form, I can\'t remove the formatting on the fields before POST.
POST
I tried to use $(\'input\
$(\'input\
Use the get method.
get
'get' | returns un-formatted object via ".val()" or ".text()" | $(selector).autoNumeric('get');
This will always submit "15". Now get creative :)
"15"
Mirrored raw value:
The in submit.php ignore the value for my_field_formatted and use my_field instead.
submit.php
my_field_formatted
my_field