-- url of the page with the problem -- :
www.p3proswing.com/site3
-- HikaShop version -- : 3.2.2
I'm not 100% sure if this is coming from HikaShop or not but all of a sudden my Registration Form fields are being hidden by some javascript. I've posted it in a few places and had replies that would indicate it could be HikaShop causing this.
I've identified the javascript that is causing the issue as:
jQuery(document).ready(function(){
var fieldHtml = jQuery('#profileGroupID').parents('fieldset').children('div').clone();
if(! fieldHtml.length){
//if parent is not div. Any other element then
fieldHtml = jQuery('#profileGroupID').parents('fieldset').children().not('legend').clone();
}
If you could please let me know if this is from HikaShop it would be appreciated. If so, what I need to do to fix this so users can once again register at our site. It was working previously, but just recently we received complaints that users could not register from the "Don't have an Account" link.
Thanks