Hello,
I am building a dynamic frontend form from fields of a page, following Soma's great gist example.
The form is working fine, except for multi language values.
After this part of the code
$form->processInput($this->input->post)
when I loop over the form fields, I don't know how to acce...