Embed a stateless form more than once in the same in a page, is it possible?

Embed a stateless form more than once in the same in a page, is it possible?

Hi,

is it possible to embed the same stateless form more than once in a page like the example below?

when I try, only the first one loads, and the other two never load...

thanks
Luis


htmlpage Page()
<%{%>    
<table border=1><tr>
<td>
<div elName='zc-component' formLinkName='MyForm' params='zc_Header=true&amp;field=1'></div>   
</td>
<td>
<div elName='zc-component' formLinkName='MyForm' params='zc_Header=true&amp;field=2'></div>
</td>
<td>
<div elName='zc-component' formLinkName='MyForm' params='zc_Header=true&amp;field=3'></div>
</td>
</tr></table>
<%}%>