durangod Posted July 14, 2014 Share Posted July 14, 2014 got this in my validation report document type does not allow element "div" here .after("<div id='msg'></div>") which is comming from includes/hooks/opensrspro_hooks.php file in function hook_opensrspro_ActivateTemplatesChangesHeadOutput looks like it could be part of the $headoutput var in the header tpl file, i did try moving that into the body section as a test but it did not like that at all... has anyone else gotten this with the new 5.3.8 verson and if resolved can you share your resolve please. thanks 0 Quote Link to comment Share on other sites More sharing options...
durangod Posted July 14, 2014 Author Share Posted July 14, 2014 (edited) My o-pol-o-geez lol !!! i thought this new opensrs file came with the new version of whmcs, but it is a domainspro 1.3.1 file, so i have sent my 0/1's electronic request to opensrs.... sorry just being funny, i emailed opensrs lol there is a new version out OpenSRS Domains Pro WHMCS Module Date: July 10, 2014 version 2.0.1 same issue. i have let them know. Edited July 14, 2014 by durangod 0 Quote Link to comment Share on other sites More sharing options...
durangod Posted July 14, 2014 Author Share Posted July 14, 2014 seems adding CDATA has resolved this for now.. i am still waiting for their official okee dokee lol /* added CDATA */ $script.=' // <![CDATA[ jQuery("input[name=\'phonenumber\']").keyup(function(){ ValidatePhone(this.value); }) .after("<div id=\'msg\'></div>") .closest("form").find("input[type=\'submit\']").attr("id","btnSubmit"); // ]]> '; 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.