Creator Client Side Api

Creator Client Side Api

Is there any way to implement the client side creator API in more than one instance on the same page?

I have a page with four forms in it, two of which I am currently trying to use the API for in order to input dynamically obtained stats into the fields via javascript as the page loads. However, when I put the second form in the page via the API, the second submits correctly, but the first tries to submit the data to the second form as well. At this point an error message pops up because the form fields don't match up, being that it is submitting to the wrong form. I checked the linkids to make sure that they were different and that they match up with the formids.

Is there something about jsonform.js that prevents me from doing what I want here? Or do I have something configured improperly?