Showing subforms using the client API?
Hi,
I'm trying to use the Zoho Creator client API to show an internationalised version of my form. It works allright for text inputs, but when I try to add a subform, it doesn't show anything.
Here's the code I'm using:
- <span id="first-name-label"><script type="text/javascript">Zoho.writeLabel("Language_Competency");</script></span>
<script type="text/javascript">Zoho.writeInput("Language_Competency");</script>
</fieldset>
Coming from this form (edit access provided to support).
Any tips?
cheers,
Jeremy