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

Thanks for your help!
Daniel
Hi!
How can i edit the "Please address the following:" error message (received after submitting the form):

Thanks for your help!
Daniel
Best answer by chaitra_b_c
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:>>"
});
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.