Solved

Branding of error messages with custom javascript in Submit

  • 19 July 2017
  • 3 replies
  • 30 views

Badge +5

Hi all

I have a custom JS function that is called on Client Submit button. The JS function does some math validation and if the validation fails, I am showing an alert message. I want to show this error message as standard Nintex forms error message. Not in alert. I did not find any documentation on how to show custom error messages. If there is some documentation, please point me to right location. 

TIA

icon

Best answer by fhunth 20 July 2017, 16:28

View original

3 replies

Userlevel 6
Badge +16

You could add your messages inside the class named nf-validation-summary

Userlevel 6
Badge +15

Hi ‌ - did ‌'s response help you?  If so, please mark it correct!

Badge +5

Hi Fernando

Thank you for the tip. I tried adding a custom message to summary div but did not work for me. However, I ended up creating a validation rule and I was able to get my business rule with validation rules. Not ideal but worked. 

Reply