Changeset 3483601
- Timestamp:
- 03/16/2026 08:53:21 AM (2 weeks ago)
- File:
-
- 1 edited
-
mailer-rocket/tags/1.1.0/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
mailer-rocket/tags/1.1.0/readme.txt
r3483598 r3483601 40 40 == Frequently Asked Questions == 41 41 42 ** Do I need a MailerRocket account to use this plugin?**42 ** Do I need a MailerRocket account to use this plugin? ** 43 43 Yes. This plugin acts as a bridge between your WordPress site and the MailerRocket platform. You will need a valid API key from your MailerRocket dashboard to fetch your lists and sync subscribers. 44 44 45 ** Where do I find my API key?**45 ** Where do I find my API key? ** 46 46 Log in to your MailerRocket account, go to Account → API Keys, and copy your key. 47 47 48 ** Is there a limit to how many forms I can create?**48 ** Is there a limit to how many forms I can create? ** 49 49 No. You can create as many unique forms as you need. Each form can be connected to the same mailing list or different ones, allowing you to track exactly where your subscribers are signing up from. 50 50 51 ** How do I add a form to my website?**51 ** How do I add a form to my website? ** 52 52 Once you save a form in the MailerRocket dashboard, a unique shortcode is generated (e.g., [mailer_rocket_form id="123"]). Simply copy this code and paste it into any Page, Post, or Sidebar using the standard WordPress Shortcode block. 53 53 54 ** Will this plugin slow down my website?**54 ** Will this plugin slow down my website? ** 55 55 Not at all. MailerRocket is designed to be extremely lightweight. The heavy lifting—like processing data and sending emails—is handled on MailerRocket’s high-speed servers, ensuring your site’s loading time remains unaffected. 56 56 57 ** Does the plugin support custom fields?**57 ** Does the plugin support custom fields? ** 58 58 Yes! When you click "Load Fields" during form creation, the plugin automatically pulls all fields associated with your MailerRocket list, including text inputs, dropdowns, and checkboxes. 59 59 60 ** Is MailerRocket GDPR compliant?**60 ** Is MailerRocket GDPR compliant? ** 61 61 Yes 62 62 63 ** What happens if I change my mailing list in MailerRocket?**63 ** What happens if I change my mailing list in MailerRocket? ** 64 64 If you add or remove fields from a list on the main MailerRocket platform, simply go back to your form settings in WordPress and click "Load Fields" again. The plugin will instantly refresh to match your new list structure. 65 65 66 ** Can I customize the look of the forms?**66 ** Can I customize the look of the forms? ** 67 67 MailerRocket forms are designed to be clean and professional out of the box. However, they use standard HTML classes, meaning you can easily apply custom CSS through your theme’s "Additional CSS" section to match your brand's specific colors and fonts. 68 68
Note: See TracChangeset
for help on using the changeset viewer.