y_e_v_h_e_n_i_i
Using tabs not repeater for dynamic form
i have multiple database tables with following structure
articles
- id
- author_id
- created_at
- updated_at
article_localizations
- id
- article_id
- locale
- title
- body
- created_at
- updated_at
and i have this code for rendering fields for each localization in separate tab.
problem is that data not setting in fields. please help to figure out what is wrong.
when i use repeater everything works fine, but i need tabs for my implementation and i don't know how to use them with repeater.
thank you for help
8 replies