Customizing your Landing Page/Sign Up Form

Seguno builds two pages within your site to help interact with subscribers. A Newsletter signup form, also known as a landing page, to help collect new subscribers, and an Unsubscribe landing page, to confirm when a subscriber has unsubscribed from an email while also encouraging them to revisit your shop.  

Tip

If you are using a Shopify OS 2.0 theme, you can add Seguno's app block to insert a form on any existing page instead of directing visitors to a separate landing page. You may also use Seguno Popups for page-specific sign-up forms, announcements, exit intent, and so much more.


On this page


What is the Newsletter form?

The newsletter form is a page that allows people to sign up for your emails. Signups will be created as customers within Shopify that 'accept email marketing.' You can copy the URL and link it from your shop or on social media and other channels. You can also make some customizations with URL parameters. One of the coolest use cases for doing so is to track where signups come from by setting different tags, which you can then use to create a customer group for sending a more targeted newsletter. For example, you could run ads targeted toward women and have the URL for that ad bring people to this form and set a 'women's' tag on those that subscribe. Or, perhaps you're running a giveaway, and you want to set a 'giveaway' tag but also change the heading text to reflect the contest they're entering. Read on below for details on how to accomplish these ideas and more.


Customizing the form

By default, the form will be designed for your site as much as possible by using the styles of your Shopify theme.

To preview your Newsletter form, access the page through your Seguno Settings under the Pages sections. The page URL may be copied and added to your site's navigation menu if you'd like to offer a direct link on your site.

The Subscribe button will match the primary colors that you have set on your emails within Seguno. Any of the text on the form can be modified by clicking the Edit language button under the Content area within Seguno. In the language editor, these modifications can be made under the Newsletter landing page tab.

While the layout cannot currently be modified, you can adjust a few additional settings using parameters on the end of the URL. For example, if your newsletter form URL is https://demo.seguno.com/apps/seguno/subscribe, you can modify the form to hide the last name field by appending the hide_last parameter like this: https://demo.seguno.com/apps/seguno/subscribe?hide_last=true. This will result in a form that looks like this:

The following table describes the parameters that can be added:

Parameter Description Possible value(s)
hide_names Hides the first and last name fields. true
hide_last Hides the last name field. true
hide_headings Hides the heading and subheading. true
show_checkbox Shows a checkbox that requires the subscriber to check before being able to subscribe. true
tags Specifies what tags the subscriber will have on the Shopify customer record. The tag newsletter is always added. Comma-separated list of tags
heading Overrides the text used for the heading. Text
subheading Overrides the text used for the subheading. Text
first_name Sets the first name text field to have this value when the form is loaded. Text
last_name Sets the last name text field to have this value when the form is loaded. Text
email
Sets the email text field to have this value when the form is loaded. Email address
return_to Sets the page to redirect to after a successful subscription. URL path (e.g. /pages/about-us)
layout Specifies which layout the form is loaded with. By default, the form will load within your Shopify theme's main layout. none, the name of a layout defined in your theme

Note: Any of the parameters that have Text or Email address for their values may need to be URL encoded. Most browsers will do this for you when you type it into your URL bar.


Add the Newsletter form to your site

To offer a simple, visible, and persistent method for prospects and customers to subscribe to your newsletter, you may add the newsletter form to your site's navigation.

From your Online Store menu, update the Navigation menu to include a Newsletter item with the link "/apps/seguno/subscribe".

Additional parameters from the menu above can be combined to update the resulting page. 

To add the parameters, append a question mark (?) at the end of the url and then each parameter is the name, followed by an equals sign (=), followed by the value for that parameter.

Separate multiple parameters with an ampersand (&) before the value and the next parameter name.

Example:
https://demo.seguno.com/apps/seguno/subscribe
configured to hide name fields and adding tags "VIP" and "New-Subscribers" would become:
https://demo.seguno.com/apps/seguno/subscribe?hide_names=true&tags=new-subscribers,vips

For any additional questions about customizing the newsletter form, please reach out to Support.

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.