Multiple controls with the same ID 'FormGuid' error when attempting to insert a form on a page
We've installed Contour 1.1.13.2 on an Umbraco 4.7.1.1 site. Building and previewing/testing forms all works fine, but when I attempt to add my form to a page in the editor (by choosing "Insert Form from Umbraco Contour" from the Insert Macro list and clicking OK) I get a "Multiple controls with the same ID 'FormGuid' were found. FindControl requires that controls have unique IDs" .NET error.
Seems very odd indeed, as you're inserting the form via a macro into the content editing area, check the HTML for the content to see if its somehow accidentally added the form more than twice.
Thanks for the reply Drew. The insert macro didn't get as far as adding any code into the editor before crashing, but I've solved the issue now.
I originally tried to install Contour via the package repository, which partly failed so I did a manual install instead. However I didn't notice that the package repository installs Contour version 1.1.10 (for some reason) and so I downloaded the manual install of the latest version of Contour and installed that over the top.
I've now uninstalled everything, set the file permissions on the Umbraco install correctly and re-installed via the package repository and it's all working now (after removing some double entries from config files).
Multiple controls with the same ID 'FormGuid' error when attempting to insert a form on a page
We've installed Contour 1.1.13.2 on an Umbraco 4.7.1.1 site. Building and previewing/testing forms all works fine, but when I attempt to add my form to a page in the editor (by choosing "Insert Form from Umbraco Contour" from the Insert Macro list and clicking OK) I get a "Multiple controls with the same ID 'FormGuid' were found. FindControl requires that controls have unique IDs" .NET error.
Does anyone know what might be causing this?
Thanks,
Chris.
Seems very odd indeed, as you're inserting the form via a macro into the content editing area, check the HTML for the content to see if its somehow accidentally added the form more than twice.
Cheers,
Drew
Thanks for the reply Drew. The insert macro didn't get as far as adding any code into the editor before crashing, but I've solved the issue now.
I originally tried to install Contour via the package repository, which partly failed so I did a manual install instead. However I didn't notice that the package repository installs Contour version 1.1.10 (for some reason) and so I downloaded the manual install of the latest version of Contour and installed that over the top.
I've now uninstalled everything, set the file permissions on the Umbraco install correctly and re-installed via the package repository and it's all working now (after removing some double entries from config files).
Cheers,
Chris.
is working on a reply...