Dynamic Content
Last updated
Last updated
Dynamic Content is content that is displayed or rendered on the page based on the user's action.
This usually involves interacting with the user through menus and popup forms, or writing to and reading from sources, external to the page, for example your app's database or third party apps using API calls, etc.
For an overview of our dynamic content features, please watch video shown above.
Zingy's dynamic content framework is comprised of three main aspects:
Look for the Dynamic Content
toggle switch and the Field Name
settings in these elements for defining the placeholder field names.
We have created a demonstration video that takes you step-by-step and shows how dynamic content can be added to your page. Check it out below.
Widget elements are the easiest way to add dynamic content to your page. With very simple configuration, they provide a ready-to-use solution. Optionally, they can be customized using .
Examples of widget elements include the element, element and others.
The Data Design element is used to design a template with one or more elements. This template can be dynamically incorporated into your page using . You have the flexibility to replicate the template multiple times as needed.
Within a Data Design, certain elements like , and , allow you to define placeholder fields, whose values can be set from real data.
For example you can add a element and set its URL dynamically. Similarly a text element's content can also be set dynamically.
offers a user-friendly interface where you can design the flow of your app's pages and forms. It provides a collection of pre-designed blocks that can be easily arranged and connected through a drag-n-drop interface. Each block represents a specific programming concept or logic, allowing you to build sophisticated programs by stacking and nesting these blocks together.
You will find blocks of various types, including the ability to generate content using the elements and many more.
The following is a list of some important blocks related to dynamic content. For a complete listing of all Page Flow blocks, please see .
Content from Data Design
Set Input Value in Data Design
Get Input Value in Data Design
Collapsible Area Action in Data Design
Event Action in Data Design