I have a site that has three forms on a page. Currently, I've implemented them as all the same form, but this has its complications. How can I implement them separately?

Currently I use code such as:

var form = new Form("forms/info/info_model.xml");
form.showForm("internal/info-pipeline", {"auth": auth, "stats": stats, "page": page});


If I have:
 var form1 = new Form("form1_model.xml");
 var form2 = new Form("form2_model.xml");
 var form3 = new Form("form3_model.xml");

How do I then show the combined page?

Regards, Upayavira



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to