Jump to content

newsletter form code gone wrong

Go to solution Solved by Web_Solutions,

Recommended Posts

Hi,

I've recently added some custom code to my website to remove the last name from the newsletter form.

 

 });
</script>
<style>
.newsletter-form-field-wrapper.field.last-name {
    display: none;
}
</style>

 

Unfortunately when I test it, it says I'm missing the last name (image attached). Would really appreciate any help I can get.

Thanks so much!

Chelsey

Screenshot 2023-12-01 at 11.04.48 AM.png

Link to comment
2 hours ago, HomeownerHQ said:

Hi,

I've recently added some custom code to my website to remove the last name from the newsletter form.

 

 });
</script>
<style>
.newsletter-form-field-wrapper.field.last-name {
    display: none;
}
</style>

 

Unfortunately when I test it, it says I'm missing the last name (image attached). Would really appreciate any help I can get.

Thanks so much!

Chelsey

Screenshot 2023-12-01 at 11.04.48 AM.png

Can you share your website URL?

If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks

MD Rofik
Website Designer and Digital Marketer

Am I helpful? Want to offer me a coffee?
Send me a message if needed any help. I'll try to reply as soon as possible.


 

Link to comment
  • Solution
29 minutes ago, HomeownerHQ said:

Add these code on Code Injection panel in Website Utilities Website Tools > Code Injection.

<script src="https://code.jquery.com/jquery-3.6.3.min.js"></script>
<script>
  $(function(){
    $('.newsletter-block [name="lname"]').attr("value","-");
  });
</script>

 

If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks

MD Rofik
Website Designer and Digital Marketer

Am I helpful? Want to offer me a coffee?
Send me a message if needed any help. I'll try to reply as soon as possible.


 

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.