Solved

Currency field error

  • 27 October 2021
  • 3 replies
  • 67 views

Userlevel 2

Have been using currency field with no issues but now the field is no longer allowing a 0.00 entry? It say field can’t be blank, but we are intentionally entering the value as 0.00.

 

icon

Best answer by Lucas Democh 27 October 2021, 17:46

View original

3 replies

Userlevel 7
Badge +6

I've never used this field, but I did some tests here and it doesn't even allow me to pass with the value of R$0,00.
What I would do is remove the obligation for this field, or change it to the "Numeric" field instead of "Currency", in the "Numeric" field you can leave R$ 0,00.

Userlevel 7
Badge +15

Hello @katrina-mackenzie ,

In this case you have two alternatives:
1) Remove the obligation (as suggested by @rafael.jefte )
2) Create a field where the user will select whether or not there is a value to be entered. If this field is marked YES, the field with value appears (set conditionals).

I usually prefer the second option as it prevents the user from filling in the value when it exists.

Best regards.

Userlevel 2

Thank you. 

Reply