I need some help about UBlogsy when I click on contact node under pages node. I notice system throw some message (see picture below)
And I try to debug I found some error on run time at \root\usercontrols\uBlogsy\Contact.ascx at line 6 “((umbraco.UmbracoDefault)this.Page).ValidateRequest = false;”
The message in the Contact page reads:
uBlogsy - Contact Form
No macro content available for WYSIWYG editing
Please let me know if anyone from the community has a solution for this, it's greatly appreciated. Thank you very much.
uBlogsy contact page not working
Hi Team,
I need some help about UBlogsy when I click on contact node under pages node. I notice system throw some message (see picture below)
And I try to debug I found some error on run time at \root\usercontrols\uBlogsy\Contact.ascx at line 6 “((umbraco.UmbracoDefault)this.Page).ValidateRequest = false;”
The message in the Contact page reads:
uBlogsy - Contact Form
No macro content available for WYSIWYG editing
Please let me know if anyone from the community has a solution for this, it's greatly appreciated. Thank you very much.
-Rex
The "No macro content available for WYSIWYG editing" is not really a problem.
There is a checkbox in the macro under the developer section that allows you to render macro content if you wish.
As with the ValidateRequest ... try removing it to see if you have any issues.
is working on a reply...