March 11, 2009 • posted by KickApps
Just add this in script tags in your Affiliate Center footer: <script> // make category required on photo upload if (Ka.Info.PAGE == “pages/newPhotoUpload.jsp”){ $j(‘#topCategory’).attr(‘not-equal-to’,'-2′); Ka.formValidation.messages.categoryError = “Category is required.”; $j(‘#topCategory’).attr(‘errorkey’, ‘categoryError’); } </script>