How to display inputs based on dynamic API data

Hi everyone,

I need to display different forms based on an API call from a touristic provider.

For example, the agent choose an experience and there may have:

  • price of each kid,
  • price of each adult,
  • time slots,
  • location,

And so on…

In some experience will have 3 inputs while other 5 with different labels and their own price

"customer_prototype": {
     "pk": 1039832,
     "display_name": "Adults - Limited Affil/API",
     "note": "",
     "total": 4800,
     "total_including_tax": 4800
},
. . .

Each experience has different requests in which has different prices.

Threfore, how can I dynamically display an input for each of these fields?

Is it possible with bubble?

:slightly_smiling_face:

put conditionals onto the input elements to make them visible or not based on a condition and that condition should be based on the API calls fields that are included.

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.