asked on December 12, 2019
I have a currency field called 'Transaction limit' in the form. I am setting the maximum value for that field based on system part as below. I have error message defined to show it if some one enters above maximum value. IN my error message I use the maximum variable as below and it is not displaying the maximum number in error message. Please help.
$('.singletranslimitinput').attr('max',5000);
May not exceed the maximum Single Transaction limit {_max}
Thanks
Priya
0
0