Issue: Blog V1

edited December 2013 in Modules
Hi Admin

Since I have upgraded to V1 and reinstalled the Blog module, I am now unable to reply to comments made on the blog and get the error message Please fill out the required field Name

The following is the source code from that part of the page.
<!-- NOTIFICATION PANEL --> <div id="fuel_notification" class="notification"> <ul class="ico error ico_error"> <li>Please fill out the required field Name</li> <li>Please enter in a valid email address.</li></ul> <script language="JavaScript" type="text/javascript"> // <![CDATA[ try { $(function(){ $('.error_highlight input:first').focus(); }); } catch(e){}; // ]]> </script> </div>

I thought it might be my form validator script, but that is only loaded on my contact page. Any ideas what's happening?

Thanks

Mark

Comments

Sign In or Register to comment.