Ok...I know I have had this issue before myself and there was another solution...but can't remember what it was. But if it pops up I'll write straight away.
...And are you using webforms mode in your installation or is it mvc? I think that the user control approach will only work if you're using webforms. If you're using mvc either should work I think.
You can see the template engine in the /config/umbracoSettings.config - If you have not changed this after your installation MVC should be the default in v6.
Ok, then it's default MVC in v7 and default usercontrols in earlier verions. Sometimes it's just hard to remember what is default in, which version :)
But then your Contour setup should be fine - but perhaps try to use the MVC version of the macro instead of the usercontrol version? That is possible even though you're using webforms.
Please provide a valid form Id with RazorRenderForm
I am using countour 3 on umbraco 6.1.6, have done manual installation as per http://our.umbraco.org/projects/umbraco-pro/contour/documentation/installation/Manual
Created two macros as per instructions. when inserting a contour form to RTE using Razor macro.Cross verified the parameter for both the macros.
I receive "Please provide a valid form Id' error
It is rendring with usercontrol macro.Please let me know if anything missing.
Hi jayanthi
Could it perhaps be realted to what is described in the last post of this topic? http://our.umbraco.org/forum/umbraco-pro/contour/47035-Getting-Please-provide-a-valid-form-Id-with-@UmbracoRenderMacro
/Jan
Hi Jan
I had a look at the topic before I posted this. as mentioned I have the parameter related to macro and also have Form Picker in the database.
Hi jayanthi
Ok...I know I have had this issue before myself and there was another solution...but can't remember what it was. But if it pops up I'll write straight away.
What exact version of Contour have you installed?
/Jan
Hi Jan
Installed Contour version - 3.0.19
Thanks In advance.
Hi jayanthi
Ok...could you perhaps try and upgrade to 3.0.20 and see if that helps?
/Jan
...And are you using webforms mode in your installation or is it mvc? I think that the user control approach will only work if you're using webforms. If you're using mvc either should work I think.
/Jan
Is this refered to umbraco installation, could you help me out how to determine that
You can see the template engine in the /config/umbracoSettings.config - If you have not changed this after your installation MVC should be the default in v6.
/Jan
I see <defaultRenderingEngine>WebForms</defaultRenderingEngine> in the config file. This file is not changed after installation.
Thanks in advance.
Ok, then it's default MVC in v7 and default usercontrols in earlier verions. Sometimes it's just hard to remember what is default in, which version :)
But then your Contour setup should be fine - but perhaps try to use the MVC version of the macro instead of the usercontrol version? That is possible even though you're using webforms.
Otherwise try to see if upgrading Contour helps.
/Jan
is working on a reply...