Translating Ninja Forms with GTranslate
-
Hi,
I have a client who uses GTranslate paid version (Translation Proxy).
The forms generated by Ninja Forms do not get translated, because the form is being rendered by JavaScript
<!-- TODO: Move to Template File. --> <script> var formDisplay = 1; /* Maybe initialize nfForms object */ var nfForms = nfForms || []; /* Build Form Data */ var form = []; form.id = '1'; form.settings = {...}; ...
I can see that you have a todo to move it to the template.
Is there a way you can do that, or may be you can load form.settings by doing an ajax request, so GTranslate can translate the JSON response?
Thanks!
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Translating Ninja Forms with GTranslate’ is closed to new replies.