Zoho Sites with dynamic content
Zoho Sites with dynamic content
Want to show real-time data from other services on your zoho website without having to manually update the page? Dynamic content changes based on user actions and is a great way to display data from third-party services directly on your zoho site. This functionality is available in the zoho website builder and can be used by integrating different applications like Zoho Sites and Zoho Creator.
Dynamic content is made up of four key components:
- Functions: These are Deluge functions that act as an interface to fetch data from third-party services.
- Views: Written in the Face template language designed for Zoho Sites, views are responsible for displaying the dynamic content, while static content is handled by HTML.
- Stylesheets: These use CSS to control the look and feel of your dynamic content.
- JavaScript: This component is used for advanced UI event handling.
A core part of dynamic content is its deluge functions. For example, a deluge function could be used to fetch records from Zoho Creator, which would then be displayed on your zoho site through a view. You can also use deluge functions to push data from Zoho Sites forms to other applications like Zoho Creator or Zoho CRM.
This feature opens up many possibilities for building more interactive and data-driven websites. For more information, check out the full article on using dynamic content to build integrations on your site.
Source: Zoho Sites Dynamic Content