Generate an HTML form

Where to find the HTML forms

To create an HTML form, go in the Subscription forms section.

  1. In the left sidebar, click on IconeCreate a subscription form for your website.
  2. In the page, click on the Add a subscription form button which is located on the right above the search field.
  3. There should be three options. Click on HTML code.

 

Add fields

To generate your form, first select the language. Then choose the fields you need and adjust their labels.

Choose the target groups

Select the target group(s) you want the subscribers to be added to. Be careful not to delete these groups afterwards!

 

Tip: if you want to send emails in French and English, create a group and a form for each language.

Personalize the confirmation pages

When a person completes your form, they are redirected to a confirmation page. If you don’t want to use the default pages you can create your own.

Here are the pages available:

  • Opt-in request sent successfully: this is the page subscribers will see immediately after submitting the form. This page informs them that they need to check their emails, in order to complete the subscription.
  • Opt-in confirmed: the user will access this page after clicking on the validation link in their email.
  • Error in the form: this page will be displayed if a processing error occurs.

To use custom pages, first create the pages on your website. Get inspired with the help of our default pages. From the form generating tool, copy and paste the urls in the designated areas.

Make sure to use full urls! They should work when you enter them in your browser's address bar.

How to generate code and use it

Click on the Generate button to obtain the code for your HTML form. This code must be inserted in a web page, between the <body> and </body> tags.

If your page already contains a <form> tag, be careful not to insert your new form code within it. A page can contain several forms, but not within each other.

Top