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?