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
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
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.
I successfully change it, thanks Alex
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
If you want to target the fields in a table, you can use something like this
.cf-table-block .margin-end {display:none ;}
If you want to target the fields in a table, you can use something like this
.cf-table-block .margin-end {display:none ;}