umbracoMacroMacro loaded from cache (ID: 47, Insert form from Umbraco Contour)1.264908528877270.000344 renderMacroRendering started (macro: Insert form from Umbraco Contour, type: 3, cacheRate: 0)1.264943170151510.000035 umbracoMacroUsercontrol added (/usercontrols/umbracoContour/RenderForm.ascx)1.264970827297880.000028 loadUserControlUsercontrol added with id 'RenderForm_4'1.265233709870950.000263
Can someone please help me out? Thanks.
P.S: During the installation of Contour I did not get any errors.
Could it be something related to any missing libraries or something IIS wise?
Can't think why it should not display.. any javascript libraries? Any permissions?
But the thing is that it seems to load the related javascript files correctly but it does not create the actual fields and form structure to display it.
I have created a local installation and installed Contour and yes it works. Now I am looking into the custom skin I have built maybe I forgot to add something to it.
Update: have changed the skin but still the same result. I am now checking to see if any file permissions or anything is incorrect.
Update 2: I have enabled the stack trace to see if there is any difference and in fact I noticed that the FormGuid is not being passed on the live system.
umbracoMacroMacro loaded from cache (ID: 22, Insert form from Umbraco Contour)
renderMacroRendering started (macro: Insert form from Umbraco Contour, type: 3, cacheRate: 0)
umbracoMacroUsercontrol added (/usercontrols/umbracoContour/RenderForm.ascx)
loadUserControlUsercontrol added with id 'RenderForm_3'
macro.loadControlPropertiesProperty added 'FormGuid' with value 'de5e81b0-5a2e-4dfb-aa94-10fb5940238c'
As you can compare with my first stack trace above the last line where the macro.loadControlPropertiesProperty is not being called. Is there anything in this regards that I can check? thanks.
Re-installed a new copy of Umbraco 4.6 and also installed Contour and seems to work fine now. Probably something went wrong with the permissions or during the installation of Contour the first time.
At least until now I did not encounter any issues.
Form is not rendered
Hi,
I have recently installed Contour on umbraco 4.6 (.net 4) and created a form using the Contact Form template.
I included the macro in a template.
When I view the source of the html I have only:
I also viewed the stack trace:
Can someone please help me out? Thanks.
P.S: During the installation of Contour I did not get any errors.
Comment author was deleted
And if you preview the form does it function ok then?
Yes the form works fine and I can even submit and view the entry from the backend.
Comment author was deleted
Ok think I spot the error,
The macro alias, did you make any changes to that, since I don't think
Is the default alias, make sure your alias matches
I did not touch the alias. But I will check that it matches.
I checked the alias and also changed it so that I am sure that it's not from the alias. Anything else I can check?
Can you please confirm that the latest Contour version is compatible with the latest Umbraco version?
Could it be because Contour is not licensed? And it is not showing on the page?
Thanks.
Comment author was deleted
Yup I can confirm that it's compatible
No even in trail mode you should see the form
Could it be something related to any missing libraries or something IIS wise?
Can't think why it should not display.. any javascript libraries? Any permissions?
But the thing is that it seems to load the related javascript files correctly but it does not create the actual fields and form structure to display it.
Comment author was deleted
Any option to get login details to this install ? If so could you mail me at tg (at) umbraco (dot) dk
I have created a local installation and installed Contour and yes it works. Now I am looking into the custom skin I have built maybe I forgot to add something to it.
Update: have changed the skin but still the same result. I am now checking to see if any file permissions or anything is incorrect.
Update 2: I have enabled the stack trace to see if there is any difference and in fact I noticed that the FormGuid is not being passed on the live system.
umbracoMacroMacro loaded from cache (ID: 22, Insert form from Umbraco Contour) renderMacroRendering started (macro: Insert form from Umbraco Contour, type: 3, cacheRate: 0) umbracoMacroUsercontrol added (/usercontrols/umbracoContour/RenderForm.ascx) loadUserControlUsercontrol added with id 'RenderForm_3' macro.loadControlPropertiesProperty added 'FormGuid' with value 'de5e81b0-5a2e-4dfb-aa94-10fb5940238c'
As you can compare with my first stack trace above the last line where the macro.loadControlPropertiesProperty is not being called. Is there anything in this regards that I can check? thanks.
Re-installed a new copy of Umbraco 4.6 and also installed Contour and seems to work fine now. Probably something went wrong with the permissions or during the installation of Contour the first time.
At least until now I did not encounter any issues.
Thanks for your help.
Comment author was deleted
Ok, don't think it was a permissions thing since the preview worked... Most likely something todo with the template it was on
But glad it's working now
Cheers,
Tim
is working on a reply...