Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1133344
    yhshin1020
    Participant

    Hey,

    I have appended more details below.

    Thanks!

    #1133350
    yhshin1020
    Participant
    This reply has been marked as private.
    #1133571
    Paul R
    Moderator

    Hi,

    You can add this under Custom > Edit Global Javascript in the Customizer.

    
    jQuery(function($) {
        $('.page-id-1234 input[name="_wpcf7_checkbox_free_text_id:nation"]').attr('placeholder','My Nation');
        $('.page-id-1234 input[name="_wpcf7_checkbox_free_text_id:lang"]').attr('placeholder','My language');
    
    });
    

    Change My Nation and My Language with your placeholder text.
    You may do the same to other free text fields

    Hope that helps.

  • <script> jQuery(function($){ $("#no-reply-1133344 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>