Skip to main content
Nintex Community Menu Bar

Currency field validation message

  • September 20, 2017
  • 4 replies
  • 97 views

Forum|alt.badge.img+3

I have a currency field on a Nintex form that has a validation rule on the form itself, if the value is non-numeric. However I get two validation messages displayed, the custom message first then a second message is also displayed "The entered value should be a valid Currency". Is there a way to override this second validation message with a custom message as it is not very helpful?

4 replies

Forum|alt.badge.img+9

Nintex forms will do non-numeric validation for 'Currency' control by default. Are you doing any specific validation other than this. As of now we can't overwrite default validation messages in Nintex forms.


Forum|alt.badge.img+3
  • Author
  • Rookie
  • September 20, 2017

Thanks for the quick response. Yes, I am doing validation on the form to check that the value is numeric. So I get two messages displayed, the second being "The entered value should be a valid Currency", which is non-field specific. This is annoying when we are using tabs and the value is hidden as the user will not know which specific field is being referred to.


Forum|alt.badge.img+14
  • Scholar
  • September 21, 2017

only way would be not to use currency data type but rather simple string and perform all the validations on your own.


Forum|alt.badge.img+1
  • December 17, 2017

Have you reported it to Nintex? I would like also to change message to non-english validation message.