Jump to content

How do I change the caption for Squarespace form? Specifically for the "Sign up for news and updates" caption

Go to solution Solved by paul2009,

Recommended Posts

  • Solution
38 minutes ago, Liza217 said:

I need some help to change the text in the form "Sign up for news and updates" to a custom text. 

This is hacky but should get the job done:

/* Modify email field checkbox caption "Sign up for news and updates" */
.form-wrapper .form-item.field.email .option span {
  font-size: 0 !important;
  visibility: hidden;
}
.form-wrapper .form-item.field.email .option span:after {
  content: "Inscrivez-vous pour recevoir nos actualités"; /* edit as requried */
  font-size: 15px !important;
  visibility: visible;
  margin-left: -17px;
}

A better way to do this is to modify the caption with some JavaScript but due to recent form modifications, this is reasonably complex and not ideal for a forum post.

Did this help? Please give feedback by clicking an icon below  ⬇️

About me: I've been a SQSP User for 18 yrs. I was invited to join the Circle when it launched in 2016. I have been a Circle Leader since 2017. I don't work for Squarespace. I value honesty, transparency, diversity and good design ♥.
Work: I founded and run SF.DIGITAL, building Squarespace Extensions to supercharge your commerce website. 
Content: Views and opinions are my own. Links in my posts may refer to SF.DIGITAL products or may be affiliate links.
Forum advice is free. You can thank me by clicking one of the feedback emojis below. Coffee is optional.

Link to comment
  • 2 weeks later...

Hi Paul, 

Hope you are well! 

My client contacted me again and asked if we could also translate the word "required" in the form to his preferred language. 

Wanted to check if I should use the code above but change the email to title and change the "sign up" part to "required"? Appreciate any tips you could provide , thank you so much! 

Link to comment
  • 2 months later...
On 10/19/2023 at 7:11 AM, Liza217 said:

My client contacted me again and asked if we could also translate the word "required" in the form to his preferred language. 

@Liza217 I didn't see your post until today (I wasn't tagged) but if you still need help with this, I have provided a solution here:

 

About me: I've been a SQSP User for 18 yrs. I was invited to join the Circle when it launched in 2016. I have been a Circle Leader since 2017. I don't work for Squarespace. I value honesty, transparency, diversity and good design ♥.
Work: I founded and run SF.DIGITAL, building Squarespace Extensions to supercharge your commerce website. 
Content: Views and opinions are my own. Links in my posts may refer to SF.DIGITAL products or may be affiliate links.
Forum advice is free. You can thank me by clicking one of the feedback emojis below. Coffee is optional.

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.