How should I write forms for my models, where I use globalize3 for translations. I can not find any examples, and I did not find helpers in the code. The idea would be to have everything in one form, for example
text_field: title
text_field: title_fr
text_field: title_en
etc.
Thanks for pointing out some code examples.
source
share