-
andysaputraahmadDitanyakan pada tanggal 27 Agustus 2023 pukul 12.59
Bagai mana cara merubah isian kolom
angka biasa menjadi angka akuntansi
contoh
1000000000 => 1.000.000.000
mohon dibantu, terimakasih.
-
jonathanDibalas pada tanggal 27 Agustus 2023 pukul 17.16
Hi Ahmad,
Thanks for reaching out to Jotform Support. I'd like to let you know that I'm using a translation tool to provide assistance, but if you would prefer to get assistance in your language, we can forward your ticket to our Indonesian team. However, please note that it could take longer to receive a response.
Now on to your concerns, I checked your form and I was able to understand what you're looking for. My suggestion is to use the Masked Input widget instead.
You can check my demo form to see how it work https://form.jotform.com/232386683939978
You also need to inject custom CSS for the style of the Masked Input widget to match the rest of the form. You can use the following CSS codes for the general form
#customFieldFrame_52 {
max-width: 320px !important;
width: 320px !important;
height: 42px !important;
}
User guide : How to Inject Custom CSS Codes
And for the widget custom CSS itself, use the following
.masked-input {
width: 310px;
height: 41px;
font-family: Inter,sans-serif;
font-size: 16px;
}
I hope this helps. Please let us know if you need further assistance.