Page 1 of 1

how to add extra digits to inputfield text.

Posted: Tue Mar 11, 2014 10:36 am
by navya kodali

hello,

In input field text i want to add ".00" to the existing data.

example: "20" should automatically be converted
to "20.00"
how to do this?

how to ristrict that inputfield that should allow only numbers not any other charecters?


how to add extra digits to inputfield text.

Posted: Tue Mar 11, 2014 11:07 am
by Maryna Brodina

Hello! Use JS to do that. Check entered symbols and add .00 in the end.


how to add extra digits to inputfield text.

Posted: Tue Mar 11, 2014 11:17 am
by navya kodali

i am new to js.will you guide me how to write js for that?


how to add extra digits to inputfield text.

Posted: Tue Mar 11, 2014 12:16 pm
by Maryna Brodina

Sorry, but custom JS is outside the scope of our support.