Jump to content

How to add discalimer text text to login signup popup form

Recommended Posts

  • Replies 1
  • Views 103
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

I tried it with javascript.

but it is not working out

 

 $(document).ready(function() {
      var elem = $('.drCMwAMHQMFX4m34glK5');
      var node = document.createElement("div");
      var checkbox = '<input type="checkbox" name="signup_checkbox" required="required" />';
      node.innerHTML = checkbox + " I have read the information provided pursuant to <a href='/privacy-policy' style='color:#000;' ><u><b>Privacy Policy.</b></u></a>";
      var checkbox2 = '<input type="checkbox" name="2nd_signup_checkbox"/>';
       
        elem.before(node);
      });

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.