
$(document).ready(function(){

    $('.wpcf_your_name').example('Type Name Here');
        $('.wpcf_email').example('Type Email Here');
});



