Welcome to Code Forum!

Join a community that supports you and your coding journey from day one. We strive to be a friendly, supportive community that empowers everyone to be better developers. By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Recent content by SarahB

  1. S

    JavaScript How to limit a "popular articles" feature to articles shared within the year?

    Hi there! I am helping a blog website do some updates and tweaks to their site and am stuck on one piece of code. They have a popular articles sidebar on the bottom right that is pulling articles with the highest page view, but all the articles are really out of date. I'm wondering if there is...
  2. S

    JavaScript Form Customization for Squarespace Site

    Nevermind, switched from "onkeypress" to "onkeyup" and that seemed to fix the problem. Thank you both!
  3. S

    JavaScript Form Customization for Squarespace Site

    Got the javascript to work with the upgraded membership using @ivan.moony's code! Unfortunately now I have a new problem where it tabs over but doesn't record the digit pressed. So if I was putting in my phone number and typed (123) 456 7891, it would record as 123 567 91 I built it on a test...
  4. S

    JavaScript Form Customization for Squarespace Site

    It seems the java isn't working without me bumping up to a business membership. Really frustrating that Squarespace limits code languages like that. Thank you so much for your help though!!
  5. S

    JavaScript Form Customization for Squarespace Site

    Hi there, I had a client ask me to make the phone section of a contact survey automatically tab over after someone has typed in three digits, like 123 (auto tab) 456 (auto tab) 4567. I am familiar with the basics of HTML/CSS but don't have any idea how to even begin implementing this edit for...
Back
Top Bottom