Changeset 3483516
- Timestamp:
- 03/16/2026 07:33:00 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
r3483514 r3483516 40 40 == Frequently Asked Questions == 41 41 42 ** Can I have multiple forms on the same site?**43 Yes ! You can create unlimited forms from any of your lists. Each form gets its own unique shortcode.42 **Do I need a MailerRocket account to use this plugin?** 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 **Can I put two forms on the same page?** 46 Yes. Just paste two shortcodes with different IDs on the same page — they work independently. 45 **** 46 **Where do I find my API key?** 47 Log in to your MailerRocket account, go to Account → API Keys, and copy your key. 47 48 48 ** What field types are supported?**49 Text, Email, Number, Date, DateTime, URL, Phone, Dropdown (select), and Consent Checkbox.49 **Is there a limit to how many forms I can create?** 50 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 51 51 **Why is my form not showing?** 52 Make sure the shortcode `id` matches exactly what is shown in Settings. The form may have been deleted — check MailerRocket → Your Forms. 52 **How do I add a form to my website?** 53 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. 54 55 **Will this plugin slow down my website?** 56 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. 57 58 **Does the plugin support custom fields?** 59 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. 60 61 **Is MailerRocket GDPR compliant?** 62 Yes 63 64 **What happens if I change my mailing list in MailerRocket?** 65 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. 66 67 **Can I customize the look of the forms? ** 68 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. 69 70 71 53 72 54 73 == External Services ==
Note: See TracChangeset
for help on using the changeset viewer.