Duplicating an embedded view in a page
Hi
I had an existing search form embeded in a page.
I wanted to add another search form on the same page. I simply duplicated the first embedded form (so that I could then modify the search parameters) but when I inserted this duplicate into the html, the duplicate form would not appear. However if I changed the view link name of the duplicated form, then it would appear.
This was the html:
<tr><td><div elName='zc-component' viewLinkName='Search_Form'></div></td></tr>
if I copied this row then 2 search forms did not appear.
if I changed the viewLinkname to anything else -say, Search_Form1 then 2 search forms appear.
Is this an error check in Creator?
Dave