You can send your questions to my email to get faster answer in 24 hours (free).
Buy me a coffee

Force option “Sign up for news and updates”

To make the option “Sign up for news and updates” enabled in default, you can follow these steps:

force-option-sign-up-for-news-and-updates-01-min

#1. First, use this free tool to find the data section id (the section where you use this form/newsletter).
In this example, we will have a section [data-section-id=”65d64cda320e1635de724f53″]

force-option-sign-up-for-news-and-updates-02-min

#2. Use this code to Code Injection – Footer

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script>
<script>
$(document).ready(() => {
    $('section[data-section-id="65d64cda320e1635de724f53"] button').on('click', () => {
        setTimeout(() => {
            $('input[value="Sign up for news and updates"]').click()
        })
    });
})
</script>

force-option-sign-up-for-news-and-updates-03-min

Ask me a question, free

If your site is private or in trial, just setup password and share url. See how to: https://beaverhero.com/squarespace-how-to/
Please check your email carefully. Recently I got a lot of questions with wrong emails.

If you haven't heard from me within 24 hours please check your junk/spam folder

You can send questions directly to email: [email protected] to get faster response.