Skip to main content
Solved

Currency field error

  • October 27, 2021
  • 3 replies
  • 83 views

katrina-mackenzie

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.

 

Best answer by Lucas Democh

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.

3 replies

rafael.jefte
Forum|alt.badge.img+6
  • Legend
  • 529 replies
  • October 27, 2021

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.


Lucas Democh
Forum|alt.badge.img+15
  • Legend
  • 396 replies
  • Answer
  • October 27, 2021

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.


katrina-mackenzie

Thank you.