Solved

Customizing the "Please address the following" error message

  • 19 February 2017
  • 5 replies
  • 17 views

Badge +1

Hi!

 

How can i edit the "Please address the following:" error message (received after submitting the form):

 

199610_pastedImage_1.png

 

Thanks for your help!

Daniel

icon

Best answer by chaitra_b_c 20 February 2017, 08:52

View original

5 replies

Userlevel 7
Badge +17

Daniel, can you provide a screenshot for that message?

However if this is a built-in in Nintex Forms message, I doubt if that can be customized using any OOTB tool.

Regards,

Tomasz

Badge +1

I've added the screenshot with the message.

There must be a way to change the content of the message (like any other one)...

Badge +8

Hi Daniel Ohana‌,

Try using below custom JQuery, where after the form load the text will be updated to display custom message:

NWF$(document).ready(function () { 

NWF$(".nf-validation-summary")[0].headertext="<<Custom text that needs to be replaced with Please address the following:>>"

});

Badge +3

Thanks for the good solution Chaitra :-)

Badge +2
Where do I add the Jquery?

Reply