in Blog4, if the user, who wants to comment a post, doesn't fill in the required fields, he gets an error text next to the required field ("This field is required"). Where can I change that text? I've changed it in frmBlogComment.ascx, but nothing's changed.
I believe Blog 4 umbraco uses AjaxCommentForm.ascx to validate and post comments. Might want to check that out instead. Check your macro to see which one you are using.
This is just weird. I've found the error text in frmBlogComment.ascx,but that's not the right file. In AjaxCommentForm.ascx is no error text. So where it is?
Where can I change text?
Hi,
in Blog4, if the user, who wants to comment a post, doesn't fill in the required fields, he gets an error text next to the required field ("This field is required"). Where can I change that text? I've changed it in frmBlogComment.ascx, but nothing's changed.
Uros
I believe Blog 4 umbraco uses AjaxCommentForm.ascx to validate and post comments. Might want to check that out instead. Check your macro to see which one you are using.
-Chris
Hi, Chris,
Nothing there :(. Will keep looking. It must be somewhere :)
This is just weird. I've found the error text in frmBlogComment.ascx,but that's not the right file. In AjaxCommentForm.ascx is no error text. So where it is?
Any ideas?
I've got the same problem. No idea where to change this text. Anyone?
Jeroen
Hey guys,
Please see the jQuery validate plugin documentation for full details on customising the error behaviour for the AjaxCommentForm.
If you believe the issue warrants some features adding to make customising this easier, please up-vote on Codeplex.
Thanks,
Benjamin
is working on a reply...