goFrendiAsgard / No-CMS

No-CMS, A CodeIgniter Based CMS Framework
299 stars 199 forks source link

Translation: Form_submit #168

Open garkok opened 7 years ago

garkok commented 7 years ago

When using form_submit(), you can not put {{ language:xyz }} or variables for some reason... Any chance not hooked to translation system?

goFrendiAsgard commented 7 years ago

Nah, I still try to figure it out too.

garkok commented 7 years ago

Any chance of because of HMVC module? Since , for example https://bitbucket.org/wiredesignz/codeigniter-modular-extensions-hmvc HMVC system requires you to extend CI_Form_validation for form validation. Just a thought...