Hi,
How would i add a currency symbol in forms which does not exist.
The currency symbol is N$ for Namibian Dollar.
This Currency would be used to Replace an existing currency field for 4 Currency fields.
Thanks
Gert
Hi,
How would i add a currency symbol in forms which does not exist.
The currency symbol is N$ for Namibian Dollar.
This Currency would be used to Replace an existing currency field for 4 Currency fields.
Thanks
Gert
Use this JavaScript
$(document).ready(function () { $('.margin-end').text('N$'); });