I use the module LISE to present the offer travel agent. I would like to add the "day after day" section, where the information will be presented in tabs. Is it possible to give backend user chance to create additional fields in the amount it needs - for each item independently?
For example item "LAOS" will have 10 tabs, and item "Vietnam" 6 tabs, etc.
For now, I'm using in the wysiwyg editor udt:
Code: Select all
{tab_title}day 1{tab_title_end}
{tab_desc_start}description of day1 {tab_desc_end}
{tab_title}day 2{tab_title_end}
{tab_desc_start}description of day 2{tab_desc_end}
...
Much better is give the option "add another day" in every newly added day, which creates two separate input fields - for a name and description.
Any ideas?


