Category: Code

  • Exploring the Web Share API’s capabilities

    Exploring the Web Share API’s capabilities

    The Web Share API allows websites to display a device’s built-in share sheet, giving the user the ability to natively share your website. Since the Web Share API is still relatively new and I want to integrate it into my websites, let’s explore how it works and its capabilities. Web Share API example The code…

  • Fixing the Pardot form sync issue: 255-character limit

    Fixing the Pardot form sync issue: 255-character limit

    If you’ve worked with Pardot’s form handlers then you know that to sync with Salesforce, text areas cannot go exceed the 255-character limit. Which, if gone over, results in syncing errors with Salesforce, meaning any leads coming through will get stuck in Pardot. A potential Pardot fix After dealing with this issue for a number…