| What is a subscriber form and how do I create one? |
|
Thank you for rating this answer.
|
Creating a subscription form allows you to collect email signups and have them directly funnel into a list of your choosing. The code generated from that form can either be hosted by the application or copy/pasted on your website.
To create a Subscription form, here's the procedure:
- In the left-hand navigation under Integration, select Web Forms.
- Click 'Create' and select 'Subscription' as your form choice.
- Name the form and then select which lists and fields that your users should be able to update. You can choose to send a Thank You message, use a double opt-in, send an automatic notice to the list owner upon subscribe, etc.
- You can select what lists you want the form to apply to, as well as any custom fields information you'd like to create.
- On the subsequent screens, you can update the various emails that are part of the process (Thank You, Error, etc). The WYSIWYG editor from the email creation area is featured here and you can use the existing copy, edit it or bring your own source code for a truly branded experience.
- The final screen will display a web link hosted with the application you can use and HTML code you can copy/paste into an existing page template. Note that you should not make any functional changes to the code or else the subscription process will error.
You can always make later changes to the code. However, you will have to put the new generated code on your site.
|