Adres
Altaylılar Mah. Şamil Basayev Cd. No:44/A
Tarsus, MERSİN
E-posta
💬 WhatsApp’tan hızlıca ulaşın
Bize Mesaj Gönderin
function tpSendContact(){
var n=document.getElementById(“tp-cf-name”).value.trim();
var e=document.getElementById(“tp-cf-email”).value.trim();
var s=document.getElementById(“tp-cf-subject”).value;
var m=document.getElementById(“tp-cf-message”).value.trim();
if(!n||!e||!m){alert(“Lütfen ad, e-posta ve mesaj alanlarını doldurunuz.”);return;}
window.location.href=”mailto:mehmetayata@icloud.com?subject=”+encodeURIComponent(“Tül Perde – “+s)+”&body=”+encodeURIComponent(“Ad: “+n+”nEmail: “+e+”nMesaj: “+m);
}