I found this plugin for jQuery where you can type a number (let's say "650") and the input field would automatically change it to €650,-.
But when I submit the form, the form value is "€650,-" (not very suprising).
What I want is the functionality that the plugin would change it back to "650" on submitting the form. The inputs should only accept whole euro's, so "650,40" is not permitted.
Does anyone know how to accomplish this?