I am working on a blog in Umbraco and I have built everything on top of the blog starter kit. Everything works perfectly fine but I would now like to fiddle with the user control that deals with comments on posts.
I do not want to ask the user to input his email - I don't want the email to be mandatory. I still want it to exist but I don't want it to be mandatory, I need them to be able to comment without giving out their email.
I have tried altering the user control itself but with no luck, Almost anything I do completely messes up the user control.
Can anyone help me out?
Is there a way to access the codebehind of the usercontrol?
AjaxCommentForm
Hello,
I am working on a blog in Umbraco and I have built everything on top of the blog starter kit. Everything works perfectly fine but I would now like to fiddle with the user control that deals with comments on posts.
I do not want to ask the user to input his email - I don't want the email to be mandatory. I still want it to exist but I don't want it to be mandatory, I need them to be able to comment without giving out their email.
I have tried altering the user control itself but with no luck, Almost anything I do completely messes up the user control.
Can anyone help me out? Is there a way to access the codebehind of the usercontrol?
is working on a reply...