Question
Spawned form calculates from the first form
When I use the spawn script to add another form (Template) to fill, my auto calculate on the next form calculates from the first and it won't calculate the entries in the form I've spawned. How do I get the next form to calculate what's entered in that form?
var expTplt = getTemplate("Form Template"); expTplt.spawn(numPages,true,false);
