Autoform: RIchTextBox Error Options
Ig_p118
Posted: Saturday, September 22, 2007 11:02:06 AM

Rank: Fanatic

Joined: 7/21/2006
Posts: 315
Location: Salerno - Italy
I have created form with RichText Editor Field ( Content Field ), but when I submit page, IIS give me error that "html string" returned by editor was insecure.
There is a workaround?

Bye


Red Consulting s.a.s - Umbraco from v1.0
neehouse
Posted: Saturday, September 22, 2007 6:46:52 PM

Rank: Umbracoholic

Joined: 7/20/2006
Posts: 1,076
Location: Charleston, West Virginia, United States
There is a workaround, though, it is not the safest thing to do.

You will need to edit the default.aspx page in the root, add enableEventValidation="false" to the <%@ Page ...> tag.

I will look into the problem a little more to see if I can get it fixed in the core.

Case

• 2007/2008 MVP • 2008/2009 MVP • Certified • Licensing • Support • Development • Hosting •
neehouse
Posted: Saturday, September 22, 2007 7:23:41 PM

Rank: Umbracoholic

Joined: 7/20/2006
Posts: 1,076
Location: Charleston, West Virginia, United States
er,, need to add validateRequest="false" as well...

<%@ Page enableEventValidation="false" validateRequest=false language="c#" Codebehind="default.aspx.cs" AutoEventWireup="True" Inherits="umbraco.WebForm1" trace="true" %>

Case


• 2007/2008 MVP • 2008/2009 MVP • Certified • Licensing • Support • Development • Hosting •
Ig_p118
Posted: Monday, September 24, 2007 9:23:28 AM

Rank: Fanatic

Joined: 7/21/2006
Posts: 315
Location: Salerno - Italy
Is a good things?

Red Consulting s.a.s - Umbraco from v1.0
Ig_p118
Posted: Thursday, October 04, 2007 10:58:31 AM

Rank: Fanatic

Joined: 7/21/2006
Posts: 315
Location: Salerno - Italy
Is there an example for using AutoForm?

Red Consulting s.a.s - Umbraco from v1.0
Users browsing this topic
Guest


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.