Change language of button "Return to the form"

Hello!

Is there a way to change the language of the button that appears once you send the form ? The one that says "Return to the form" :

Thanks in advance!

Hello @almecin,

To change this text, please, use the following JS code:

fd.created(function(){
    fd.messages.PlumsailForm_Submission_Btn = "Go back!";
})
1 Like