Hi DW,
I have a problem having multiple form paragraphs on the same page, which uses the same form as the id of the form and the javascript name is created by using the formId and not the paragraph Id.
So now I have multiple forms starting with:
<form onsubmit="return FormCheck11();" action="http://www.domain.com/Admin/Public/404.aspx" enctype="multipart/form-data" method="post" id="postform11" class="postform">
And mulitple javascript functions called "FormCheck11", so I would be very nice to have this behaviour changed to use the paragraph Id to create the id of the form and the related javascript validation.
Best regards, Anders