Form conflict with Menumatic

GregMaster 19 Jan, 2013
Hi, first of all congratulations for the work and I apologize for my English ..
I have a problem with a form and a menu .. I attach directly to the link where you can clearly see the problem

http://lnx.laperlapreziosa.com/

is it possible to solve??

Thanks
GreyHead 19 Jan, 2013
Hi GregMaster,

You have a few JavaScript errors on the page that seem to be from the WuBook module. Please try removing that temporarily and see if that fixes the problem.

Bob
GregMaster 19 Jan, 2013
Hi,
I found the problem.. It's not the Wubook module but this part of code

if(!skip) {
label.grab(marker.clone(), 'bottom');
label.addClass('cf_required');
}
Uncaught TypeError: Cannot call method 'grab' of null

if I remove this the menu works.. What can I do to solve?

Thanks
GreyHead 19 Jan, 2013
Hi GregMaster,

I think I can see what is causing it. The Privacy checkbox at the end doesn't have a label to attach the 'required' marker to. Just to check please add a label to it - just an 'x' is enough to test.

Bob
GregMaster 21 Jan, 2013
Hi,
yes the problem it's the Privacy checkbox.. i try to add a label but not solve.. I try also to change the checkbox with a radio box and the menu works.. If it's impossible to fix with the checkbox I can use the radio..

Thanks
GreyHead 21 Jan, 2013
Hi GregMaster,

Thanks for confirming that. I'll look at the code and see if I can work out a fix.

Bob
GregMaster 30 Jan, 2013
Hi,
no fix for the problem?

Thanks
This topic is locked and no more replies can be posted.