Sub Form auto add button feature

Sub Form auto add button feature

Hi,

OK so here is what I want to do.

I have been told that Zoho does not currently have the ability to trigger the add button of a sub form automatically from a script.

This feature is vital to my project so I have been looking into this in an attempt to help you with the feature.

If I could find a way of implementing the following Java code within a script, it should trigger the add button in the sub form.

<script type="text/javascript">
        $window.onload = function() {
        $eval(document.getElementsByClassName
('zc-subform-add-button flLeft').getAttribute('onclick')
);}

        </script>

I cant stress how important this feature is to my project.

Thanks

Nigel