I have something similar to this, I have a numeric field1 = .59 + numeric field2 = .31 should = .90, if I display result in console I get 0.8999999999999999, if I display result in numeric field I get .90.
I have a certified form with 3 additional signature lines. since resetData does not work on certified forms I need a javascript command to rest the three signatures. Any help would be great.
I have a form with a table that is 15x9. In column 2 if any of the != null fields == 300 && any one of the != null fields does not == 300, I need an error message saying all to be = 300. If all of the != null fields are == 300 then no messageIf none of the != null fields = 300 the no message It d...