P.S. I did do the copy and paste thing of the Rewrite Rules section to my htaccess file but still unable to add my menu item.
Sorry guys, managed to fix it:
(function(){
var temp = (fieldname10);
var result = 0;
if(fieldname3 == 12) { return fieldname10; }
if (fieldname3 == 24) {
if (fieldname10 % 2 == 0) { return fieldname10;}
else {return fieldname10+1;}
}
if (fieldname3 == 48) {
while (temp % 4 != 0) {temp +=1;}
return temp;
}
})();
Hi, have solved this problem. Thanks