Has URL-Encoding for automatic Date Entry in SS Forms changed?

Options

We generate, from our scheduling database, a complex encoded URL that auto-populates several fields in a Form, including the Date of the Activity. Today, we're finding that those links no longer prefill the date field. Everything else works normally, and it's happening with all links, past and present, regardless of platform or browser.

I've carefully inspected both the Field Label on the Form and that corresponding part of the URL, and they match perfectly; and I have further evidence this is not the issue: In this post I noticed the submitter was formatting his dates YYYY-MM-DD, instead of MM/DD/YYYY as I have. So out of curiosity, I tried changing that in my URL—and it worked correctly.

So to be clear: This (current method) does not work:

https://app.smartsheet.com/b/form/12345?Category=Live+Presentations&Date=6/24/2025

This does work.

https://app.smartsheet.com/b/form/12345?Category=Live+Presentations&Date=2025-06-24

Any thoughts on what is going on here? We've been using these encoded URLs for a couple of years with no issues. If necessary, I can redo these links to use the different date function, but that will be a fair bit of work to implement so hoping it won't be necessary.

Best Answer

Answers