Jump to content

pandora23

Member
  • Posts

    1
  • Joined

  • Last visited

Reputation Activity

  1. Like
    pandora23 got a reaction from tuanphan in Newsletter block last name field   
    Hello @tuanphan — I am so grateful to you for posting a solution to specifically remove the last name field and last name input from the newsletter only, not anything else. THANK YOU. 🙌
  2. Like
    pandora23 reacted to BXDesign in Newsletter block last name field   
    Worked perfectly, thank you so much 🙂
  3. Thanks
    pandora23 reacted to tuanphan in Newsletter block last name field   
    try this new code
    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script> <script> const lnames = document.querySelectorAll('.newsletter-block .last-name input') const lnameFields = document.querySelectorAll('.newsletter-block .last-name') $(document).ready(function(){ lnames.forEach(lname => { lname.value = "-" }) lnameFields.forEach(lnameField => { lnameField.style.display = "none" }) }); </script>  
×
×
  • 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.