Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • decide to send a different email for each drag & drop registration form,
  • decide not to send the welcome message for that single form.

Customized post-signup response messages for each form

After filling out a registration form, users see a page with the result of the registration ("Thank you for your registration! You will soon receive our newsletters." Or "Attention, your email was already subscribed to our newsletter", etc.). This page can be customized or replaced with dedicated landing pages (created in MailUp or hosted on your site).

Depending on the active subscription, it is possible to define different texts and/or Landing pages for each form.


Info
titleNota

MailUp Pop-Up form does not perform style overrides. Therefore, if your site uses CSS styles that are also considered by the Pop-Up, the form may encounter display problems. To remedy this, you can use the HTML block and insert the tags you want to restore. Here is an example:

<style>
.bee-popup-form-option-wrapper input,
.bee-popup-form-option-wrapper select,
.bee-popup-form-option-wrapper textarea, {
-webkit-appearance: revert;
-moz-appearance: revert;
}
</style>