Hi All,
I've been trying to use the Landing Pages in Creatio as a more interactive tool.
What I want to do is something like: User type in a zip code > Landing page show all products available for the zip code entered.
Do you know if this is possible?
Like
Yes, it is possible. You can achieve this by using scripts on the landing page, along with an anonymous service that retrieves the products based on the ZIP code.
However, please consult the Creatio Support team first to confirm whether this approach is feasible and recommended.
Hello,
Unfortunately, this is not possible using the out-of-the-box Landing Page functionality. Creatio landing pages are designed for data capture (creating leads, contacts, etc.), not for interactive data retrieval and display. To achieve the behavior you described, where a user enters a zip code and sees available products, you would need custom development: specifically, an anonymous web service endpoint that queries products by zip code and custom JavaScript on the landing page to call that service and render the results. If you'd like guidance on implementing this, we recommend consulting with your development team or a Creatio partner.