You are viewing limited content. For full access, please sign in.

Question

Question

How to add a currency symbol in forms which does not exist in Forms

asked on August 23, 2015

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

0 0

Answer

SELECTED ANSWER
replied on August 24, 2015

Use this JavaScript

$(document).ready(function () {
  
  $('.margin-end').text('N$');

});
1 0
replied on August 24, 2015

Hi Alexander,

 

Thanks for your assistance. It is working 100%

 

Thanks

Gert

0 0
replied on October 4, 2021

What if the currency field is within a table? I tried your JS and worked with everything but my tables.

 

Thanks!

0 0

Replies

replied on August 24, 2015

Hi Gert, 

Will it help if Forms supports NAD - Namibia Dollar with currency symbol $ (instead of N$)?

0 0
replied on August 24, 2015

Hi Ling, 

 

Thank you for your response however I know that $ is recognised as the currency symbol, but N$ currency symbol distinguishes it from other dollar-denominated currencies. It is working now with the code supplied by Alexander.

 

Thanks

Gert

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.