Being Told no values in field even though Default Values are set [RESOLVED]

I have default values set for two number fields. If the user doesn’t put a cursor in each field - even though they are not required - the form will not go to the next page. Ideas?

I have tried having a placeholder set as well - no change.
Thanks,
Elizabeth

The values are failing validation because they aren’t integers.

If you need to support decimal based quantities you’ll need to use some custom code: Enable Decimal Values in Quantity Fields - Gravity Wiz

Not sure that is the problem given that the fields are not quantify fields but number fields. I did try but it failed to fix it.

Any other ideas?

Nevermind - figured it out - set my Number Format to Currency instead of 9,999.99.

Thanks, Elizabeth