Hi, I am trying to add an input mask to a currency field of '£' but am having some issues.
I created a JavaScript module and added in the code. (My Field ID is: 'invoice_total':
window.addEvent('domready', function() {
$('invoice_total').meiomask('Reverse', 'DecimalUs', {symbol: '£'});
});
This does not seem to work. I checked the box, 'Add inside a DOM ready event'
Thanks
Paul.
I created a JavaScript module and added in the code. (My Field ID is: 'invoice_total':
window.addEvent('domready', function() {
$('invoice_total').meiomask('Reverse', 'DecimalUs', {symbol: '£'});
});
This does not seem to work. I checked the box, 'Add inside a DOM ready event'
Thanks
Paul.