Make blog sign up form for SquareSpace

Hello, I have Squarespace Personal Plan for my website. I would like for a “subscribe to my blog” to appear when readers go to my Squarespace blog.

How do I do this? How do the subscribers get email notified for each new blog post?

Thank you!

Tonya

There is an integration called Feedbolt for WordPress that does this automatically, but I doubt there is anything for SquareSpace. You could just send out an email broadcast manually to your list when you post a new blog post.

To get a web form on a SquareSpace personal page, you’ll have to edit the web form code to remove some scripts as SquareSpace does not allow <script> tags on the personal plan.

  1. Create a campaign that starts with a web form that leads to a sequence. The sequence adds a “newsletter” tag (or whatever you want to name it.)

image

  1. Grab the web form code (unstyled HTML)

image

  1. Remove all the scripts at the bottom. but beware, this will open you up to bot spamming as you aren’t going to be able to use Google ReCAPTCHA.

image

  1. Put the rest of the code into a code block on your page and you are good to go.

  2. Now, when you post your blog, just send out an email broadcast to those you tagged “Newsletter” in your campaign.