Versions Compared

Key

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

...

MailUp provides all the tools so that a user can subscribe to a specific list using a subscription form. Such form can be placed on the MailUp console website or on the customer’s website.

Toc
minLevel2

...

Integrating an existing form with MailUp

A subscription form on the customer’s website can transfer the inserted data to the MailUp console, account through calls provided by to aspx pages. Aspx pages contain procedures There are aspx page that allow to insert, modify, search, remove contacts in MailUp.

...

Please read on to find technical details on how to perform these operations.

...

Creating a new subscription form

Customers who do not have a subscription form available can create a new one, or use one of the forms provided inside the MailUp console.

Ready-to-use buttons and forms

Subscription buttons and links to predefined forms are available in the MailUp console at the page Settings > Subscription Form. The form’s HTML code can also be copied and pasted on any website (asp, php, etc..): it will work perfectly, as its path is absolute.

Personalized forms

Standard forms and buttons are available at the page Settings > Subscription Form. It is possible to copy and paste them, and then freely customize them, as calls have an absolute path. This way, it is very simple to create new forms for special occasions such as events or meetings, without any particular programming skills. All the variables to be passed (name=list, group, field1, field2…) can be of any type (type=checkbox, text, radio, button) and can assume any value. Two procedures can be used to develop these forms:

...