Forum


Calc Builder Support

Calc Builder support
Forums
Public write access is disabled. Please login

Radio Button + Cookie 12.06.2015 15:10

Hi,

I got an issue with radio buttons and saving inputs in cookies: When reloading the site, all the radio buttons get the attribute "checked" - no matter which option has been selected. Can you help me out?

Best regards

Alex

Re: Radio Button + Cookie 12.06.2015 17:01

Hi,

We have checked and confirmed it is not working for some cases. We'll fix for the next release. In the meantime, if you want to correct at your site, you only need to edit JOOMLA/mod_calcbuilder/assets/js/calcbuilder.js at line 343 replacing:

} else {
CB(field).val(inelem.val);
}

with:

} else if (!CB(field).is('input[type=radio]')) {
CB(field).val(inelem.val);
}

Regards,
Moonsoft Team
www.moonsoft.es

Re: Radio Button + Cookie 16.06.2015 21:34

Thank you!! Works perfect!
Are you satisfied with our products/services/support?
Please help us to keep improving, add a review at  joomla extensions site and  magento connect

Our clients' feedback