/ Published in: JavaScript
Just add this in script tags in your Affiliate Center footer:
--
For more tips and tricks checkout the <a href="http://www.kickdeveloper.com/resources">KickApps resources page</a>.
--
For more tips and tricks checkout the <a href="http://www.kickdeveloper.com/resources">KickApps resources page</a>.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
//make a photo required during signup if (Ka.Info.PAGE == "login/registerUser.jsp"){ $j('#photoPortrait') .attr('required','required') .attr('errorKey','photoRequired'); Ka.formValidation.messages.photoRequired = 'A picture is required.'; }