James-Knipe Posted August 8, 2022 Share Posted August 8, 2022 Site URL: https://www.marieforleo.com/ Hi everyone, Is it possible to create a design similar to the "Ideal Design" in the attached image? I am trying to make it really simple for someone to download my freebie on our website so I can grow my email list. Marie Forleo is the best and easiest email sign up I have found - www.marieforleo.com SQUARESPACE NEWSLETTER BLOCK TWEAKS • Include an image • Remove "Surname" field • Stylise similar to Marie Forleo Can anyone recommend any advice or tutorials to follow? Our Website if needed - https://www.betsyandfrancis.com/ Thank you so much, James & Nicole   Link to comment
Beyondspace Posted August 8, 2022 Share Posted August 8, 2022 8 hours ago, James-Knipe said: Site URL: https://www.marieforleo.com/ Hi everyone, Is it possible to create a design similar to the "Ideal Design" in the attached image? I am trying to make it really simple for someone to download my freebie on our website so I can grow my email list. Marie Forleo is the best and easiest email sign up I have found - www.marieforleo.com SQUARESPACE NEWSLETTER BLOCK TWEAKS • Include an image • Remove "Surname" field • Stylise similar to Marie Forleo Can anyone recommend any advice or tutorials to follow? Our Website if needed - https://www.betsyandfrancis.com/ Thank you so much, James & Nicole   I think we can add one more image block and drag it into a new column then set some style until it meets your ideal design Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
James-Knipe Posted August 9, 2022 Author Share Posted August 9, 2022 Hi @bangank36 nice to meet you 👋 here is what I have created from your suggestion 😄 Q: Is there a way to REMOVE the Last Name field? Thank you, James Link to comment
Beyondspace Posted August 9, 2022 Share Posted August 9, 2022 4 hours ago, James-Knipe said: Hi @bangank36 nice to meet you 👋 here is what I have created from your suggestion 😄 Q: Is there a way to REMOVE the Last Name field? Thank you, James Try the following solution:  Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
James-Knipe Posted August 10, 2022 Author Share Posted August 10, 2022 Hi @bangank36 so close, it is nearly working 😄 This is what I have done... attached. Is the code correct? It doesn't seem to be working 😞 thank you so much for your help 😄😄 James  Link to comment
James-Knipe Posted August 10, 2022 Author Share Posted August 10, 2022 HI @bangank36 me again - I found this code from a google search 😄 for some reason it is not working for me?? I am trying to figure out why Hmmmm 🤔   CODE BELOW: <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> Link to comment
Beyondspace Posted August 10, 2022 Share Posted August 10, 2022 17 hours ago, James-Knipe said: HI @bangank36 me again - I found this code from a google search 😄 for some reason it is not working for me?? I am trying to figure out why Hmmmm 🤔   CODE BELOW: <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> Can you share the link to the page that has this form? Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
James-Knipe Posted August 11, 2022 Author Share Posted August 11, 2022 @bangank36Â https://www.betsyandfrancis.com/online-courses Link to comment
tuanphan Posted August 14, 2022 Share Posted August 14, 2022 On 8/10/2022 at 12:11 PM, James-Knipe said: me again - I found this code from a google search 😄 for some reason it is not working for me?? I am trying to figure out why Hmmmm 🤔   CODE BELOW: <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> Can you remove this code from your site? We can check easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment