Loading

Change the Default Text on Account Engagement Email Preference Pages and Forms

Publiseringsdato: Sep 30, 2025
Beskrivelse
This article covers updating or adding translations for some default text on Email Preference Pages and Forms.
 

Note: The contents of this article are provided as-is for reference purposes only. This is a custom process not supported by Account Engagement. The Account Engagement Support team will be unable to troubleshoot these steps.


 

Løsning

Unsubscribe and Email Preference Pages: Resubscribe Button Text
Email Preference Pages: Other Text
Forms: Not you? Link Text
Forms: Please correct the errors below Text

Unsubscribe and Email Preference Pages: Resubscribe Button Text

A resubscribe button appears on the confirmation page when a prospect opts out of all email communications from an Email Preference Center page or from an unsubscribe link in an email. The button's default text is Re-subscribe. Follow these instructions to change the text:
1. Edit the layout template used for your Unsubscribe Page.
2. Paste this code JavaScript inside the layout template's <head> tag:
<script type="text/javascript" src="/js/jquery/jquery-3.5.1.min.js"></script><script type="text/javascript">
$(document).ready(function(){
var span = $('form.form p.submit');
span.html(span.html().replace("Re-subscribe","YOUR TRANSLATED TEXT"));
});
</script>
3. Replace "YOUR TRANSLATED TEXT" with the text you'd like to display on the resubscribe button.
4. Save your layout template when finished.
 

 

Email Preference Pages: Other Text

You can update the unsubscribe link text, confirm unsubscribe text, submit button text, email label, email error, opted-in message, and opted-out message by editing the Email Preferences page.
1. Navigate Marketing | Emails | Preferences Page and Edit the Email Preference page you'd like to update.
2. Expand the Form Content and Thank You Content sections and edit the fields.
3. Save when finished.

 

Forms: Not you? Link Text

If you include a Not You? link on your form, you can change the link text by including some JavaScript in the form's layout template.
1. Edit the layout template used for the form.
2. Paste this code in the layout template's <head> tag.
<script type="text/javascript" src="/js/jquery/jquery-3.5.1.min.js"></script>
<script type="text/javascript">
  $(document).ready(function(){
    var span = $('.email span.description').first();
    span.html(span.html().replace("Not","du Inte"));
    span.html(span.html().replace("Click Here","Klicka här"));
  });
</script>
3. Replace "du Inte" and "Klicka här" with your desired text.
4. Save your layout template when finished.

 

 Forms: Please correct the errors below Text

To change the Please correct the errors below text in a form:
1. Edit the layout template used for the form.
2. Click the Form tab.
3. Locate "Please correct the errors below" and replace with your own text.
4. Save your layout template when finished.
Knowledge-artikkelnummer

000381602

 
Laster
Salesforce Help | Article