jQuery(document).ready(function( $ ){
    
  $('input#et_pb_contact_first_name_0').attr("placeholder", "Type your first name");
  $('input#et_pb_contact_last_name_0').attr("placeholder", "Type your last name");
  $('input#et_pb_contact_type_your_email_0').attr("placeholder", "Type your email");


});

Leave a Comment