Change message on AutoValidator data-redirect=true?

Jaxel

Well-known member
I am using class="AutoValidator" data-redirect="true" in one of my forms.

When submitted, it drops down the message "Your changes have been saved."... is there a way to change this message? I tried adding data-redirectMessage="my message", but it didn't do anything.
 
I figured it out... the THIRD (optional) parameter on a responseRedirect is for customizing this message.
 
Top Bottom