Hello everyone
I have created two repeater field to manage seasonal prices of a guesthouse.
The structure is as follows.
First Repeater field is called “season_price” and contains:
- A Select Field with these values: “Low Season”, “Medium Season” and “High Season”
- A second repeater field nested into the first called “structure” where I save guesthouse image, price per night, price per weekend and a text field in which I insert the features of the room.
I’ve not problems with the 2 nested repeater fields loops but I would like to have the option to split the results in three TABS with “Low Season Price”, “Medium Season Price” and “High Season Price” so I need to make 3 loops where to filter every time this values. How can I put a filter in the have_rows function loop?
Many thanks in advance