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

Question

Question

How to hide Currency Symbol in Currency Field

asked on December 11, 2014

Hi ,

I have read that to be able to input a decimal number in LF forms, I need to use the currency field. However can somebody teach me how to hide the currency symbol, I cannot find any link or tutorial on how to do it.

Thanks

 

0 0

Answers

APPROVED ANSWER
replied on December 11, 2014

You can use this custom CSS in your form

#q3 .margin-end {display:none ;}

And just replace #q3 with the ID of your actual currency field.

0 0
replied on December 11, 2014

I successfully change it, thanks Alex laugh 

0 0
replied on December 12, 2014 Show version history

Additional inquiry Alex how about inside the table, if one of my table columns is set in currency and I want to hide the currency symbol, how will I hide it. 

 

Thanks 

0 0
SELECTED ANSWER
replied on December 12, 2014

If you want to target the fields in a table, you can use something like this

.cf-table-block .margin-end {display:none ;}

 

0 0
SELECTED ANSWER
replied on December 12, 2014

If you want to target the fields in a table, you can use something like this

.cf-table-block .margin-end {display:none ;}

 

0 0

Replies

replied on June 22, 2015

Is it possible to isolate a single field in the table block to hide the currency symbol?

 

Thanks,

Melissa

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

Sign in to reply to this post.