jQuery(document).ready(function(){
var sPageURL = window.location.search.substring(1);
var str = sPageURL.split("&");
if(str[1] == "msg=true"){
jQuery("#title-heading .elementor-heading-title").text("Ask for Latest Price");
jQuery(".wpcf7-textarea").attr("placeholder","What is the latest Price of this Product?");
}else{
jQuery("#title-heading .elementor-heading-title").text("Inquire Now");
jQuery(".wpcf7-textarea").attr("placeholder","");
}
});