We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 41735
    • 8 Posts
    Where does Quip check if fields are empty and select which error message to supply?

    I'm basically trying to make the website field mandatory, but editing the if checks in the Quipreply snippet directly does nothing. I've even removed all the checks, and they still seem to come through. Any ideas where the code that actually does that check lives? [ed. note: pixsaul last edited this post 11 years, 1 month ago.]
      • 41735
      • 8 Posts
      Ok, found it. The code actually sits in:

      components/quip/controllers/web/ThreadReply.php around line 240

      I had neglected to look in here earlier as I assumed "Thread" meant it was to do with the threaded layout style, which I wasn't using. Never mind smiley