That error usually means you have a Regex Validation expression set on the field - did you perhaps set one up on the umbracoUrlAlias field? Check in your doctype settings on the Generic Properties tab and see if you have an expression in the "Validation" box?
umbracoUrlAlias? How setting up
Hi,
I've create a umbracoUrlAlias textstring proprierty in a Page Document Type, but when I fill that field and save it, Umbraco give me this error:
umbracoUrlAlias at Properties is not in a correct format
Why?
What url did you enter in the field?
Have a look at this wikipage to see how it should be formatted: http://our.umbraco.org/wiki/reference/umbraco-best-practices/umbracourlalias
Yes, I looked before. I wrote simple "about"
That error usually means you have a Regex Validation expression set on the field - did you perhaps set one up on the umbracoUrlAlias field? Check in your doctype settings on the Generic Properties tab and see if you have an expression in the "Validation" box?
-Tom
Good...ok...solved. Problem was regex...
is working on a reply...