jQuery(function ($) { $('.knewsform_container .gglcptch').hide(); $('input[name=knewsemail2]').click(function(){ $('.gglcptch').show(); }); });