Hi,
I have a non-currency fields(decimal number, floating point number) on my form in portal and while entering incorrect data(a or -10) so I am getting two OOB messages - Field must be a valid floating-point value and second as Field must have value between 0.00 and 1,000,000,000.00.
I want both of the messages to get combined and I can get only one validation message.
I have tried writing custom validation message in JS but every time I click on Submit nothing happens.