Modules are customizable sections in your newsletter templates, allowing you to drag and drop various blocks to design your emails. Create custom modules by modifying existing ones, saving them for future use. Easily delete any unwanted custom modules through the module selector.
Category: Customization
Mailster Customization Services
Need custom website work? Partner with Codeable, the leading WordPress freelancer platform. Simply fill out a form for a direct response. Enjoy vetted experts, timely delivery, fixed pricing, and a 28-day bug fix warranty. Experience hassle-free support and quality service tailored to your needs!
Adding Content to your Forms
This article outlines how to customize Legacy Forms using Mailster. You can enhance forms with additional content by employing the mailster_form filter hook. Target specific forms like Unsubscribe or Profile with dedicated hooks. Explore more about integrating custom code and maximizing form functionality on your site.
Disabling the Inline Editor
This article is outdated for the latest Mailster version. The Inline Editor enhances campaign creation efficiency. To revert to the old editor, simply use the code: `add_filter(‘mailster_inline_editor’, ‘__return_false’);`. For more on adding custom code, check the provided link.
Validating Custom Fields
Mailster allows you to create custom fields for subscriber information, such as a birthday field. By adding custom code, you can verify that subscribers are over 18, preventing those underage from signing up. The code checks the provided birthdate and displays an error message if the user is younger than 18.
Using WooCommerce in your Newsletter Campaigns
Enhance your WooCommerce shop’s outreach with Mailster’s WooCommerce add-on. Effortlessly send auto-responder campaigns featuring your latest products. Utilize dynamic content, customizable metadata, and formatting options to present prices attractively. Streamline your marketing by integrating WooCommerce products directly into your email campaigns.
How to redirect after form submission?
Mailster forms use AJAX for seamless submissions, providing users with confirmation messages. Users can redirect submissions to specific pages via form settings. Two redirection options are available: after submission (regardless of double-opt-in) and after confirmation (for double-opt-in users), allowing tailored user experiences.
Keep certain tags in your campaigns
Mailster automatically removes unused tags from your campaign, but you can whitelist specific ones using the ‘mailster_keep_tags’ filter. Add your desired tags, like {my-special-tag} and {my-other-tag}, to ensure they remain in your campaign with variations.
Using Mailster Forms (Deprectated)
Mailster offers versatile sign-up forms for various platforms, including WordPress and plain HTML. You can embed forms using shortcodes, a customizable Subscriber Button, or raw HTML. This article focuses on Legacy Forms, but be sure to explore the new block-based forms for enhanced features.
Saving new Template Files
Mailster Templates kickstart your campaigns by allowing customization. Choose a template, start a new campaign, and add desired modules. Save your customizations as a new template or overwrite an existing one. You can also adjust headers, footers, and notifications, enhancing your campaign’s uniqueness and functionality.
Adding a Terms of Service checkbox to your forms
This article emphasizes the importance of compliance with email marketing laws using Mailster. It enables users to add a mandatory confirmation checkbox to sign-up forms, ensuring GDPR compliance. Users can customize error messages and link to terms of service, enhancing legal adherence in various countries.
Moving subscribers to different lists
Easily manage subscriber lists in Mailster with simple UI options or custom code. You can assign or unassign subscribers based on actions like clicking a link or opening a campaign, using functions like `assign_lists` and `unassign_lists`. Tailor subscriber movements to enhance engagement effectively.
Changing the static Auto Tag Output
Mailster’s auto feature allows you to manage static content by modifying the functions.php file. You can customize the output using the “mailster_auto_post” filter, adjusting the title, content, and other parameters. The default data includes title, excerpt, and link, allowing for flexible email automation.
Adding custom code to your website
To extend your WordPress site’s functionality, you can add custom code in two ways: the theme’s functions.php file, which is theme-specific, or by creating a dedicated plugin for use across multiple themes. Both methods offer similar performance, but plugins allow easier management.
Adding a Date Picker to your forms
For legacy forms, you can enhance date fields by adding a date picker using a simple code snippet. This allows for better subscriber engagement, such as in birthday campaigns. Customize the appearance by selecting different themes from the jQuery UI homepage to align with your website’s design.
Changing text snippets
Mailster lets you customize internal text snippets easily. You can adjust them in the Text tab or use the `mailster_text` filter for more flexibility. Key snippets include confirmation messages, success notifications, and error alerts. Just add a filter to change specific texts programmatically!
Add custom dynamic tags to your newsletter
Enhance your newsletters with dynamic content using custom tags. By adding code snippets to your theme’s functions.php, you can create unique tags like {mytag} or {coupon} for personalized content, such as coupon codes, tailored to each subscriber. This ensures engaging and relevant communication.
Sending Plain Text Emails
To send plain text-like emails in Mailster, create a new campaign, switch to code view, delete the existing HTML, and enter your text. This keeps the advantages of HTML while allowing for easy editing. Your emails will appear plain text but function as HTML for better compatibility.
Tags in Mailster
Tags in Mailster serve as placeholders in your campaigns, dynamically replaced with subscriber-specific content during sending. Use the format {tagname} for tags, and set alternative content with {tagname|alternative}. Dynamic tags allow for customized content display, enhancing engagement in newsletters. Explore more in the “Tags” Tab on the Settings page!
How to alter the buttons in the text editor?
Customize your email campaigns using a rich text editor by adding buttons for formatting, font selection, and size. To enhance your editor, insert a snippet in your theme’s functions.php. Note that email appearance may vary with custom styles, and three toolbar areas are available for modifications.
Changing the dynamic Auto Tag Output
Enhance your Mailster campaigns by customizing dynamic post content through your theme’s functions.php file. Use a simple function to link post titles and include author names in excerpts. Target multiple elements for more tailored content, ensuring your edit bar reflects these changes.
How to add salutation to your subscribers?
To personalize subscriber greetings, establish custom fields for gender and salutation. Use code snippets to automate salutations based on gender in your Mailster subscriber list. You can also apply these changes to existing users through bulk actions or by adding a custom dynamic tag for flexibility.
How can subscribers update their subscription?
Enable subscribers to update their data by adding a {profile} tag in your newsletter campaigns. This redirects them to a secure subpage on your homepage where you can customize the editable fields. Ensure your newsletter homepage is properly set up for seamless access.
How can I use short codes in Mailster campaigns?
Shortcodes are disabled by default in Mailster to prevent HTML injection that could disrupt emails. Users can enable them in advanced settings, but all registered shortcodes will be removed from the final email. To add custom shortcodes, use the appropriate filter function in the code.
How can I add a captcha to the sign up form?
Discover two free plugins for enhanced form security: Mailster Cool Captcha and Mailster reCaptcha™. Both are available on the WordPress Plugin repository, ensuring your forms are protected from spam.
How can I customize the notification template?
Mailster allows you to customize notification emails using the campaign editor. Create a new campaign, select the notification template, and edit content while retaining essential tags. Save the new template, ensuring it’s stored correctly. For FTP edits, access the templates folder in wp-content/uploads/mailster, but avoid modifying plugin folder files.