Admin Panel
Nallasamy Developers
Premium Real Estate · Chennai

Build Your
Dream Home With Us

Crafting thoughtfully designed residential spaces across Chennai — where quality construction meets timeless elegance.

RERA Registered
Ready to Move-In
Bank Loan Assistance

Enquire Now

Get a free callback from our sales team within 30 minutes.

Please enter your full name.
Valid 10-digit number required.
Enter a valid email address.
Please enter your city.
Please accept Terms & Privacy Policy.

100% secure — Terms & Privacy Policy

Thank You!

Your enquiry has been received.
Our sales team will call you within 30 minutes.

Enquiry ID:

Save this ID to track your enquiry.

Logo

Admin Portal

Sign in to manage your website

Logo

Admin Dashboard Nallasamy Developers Pvt Ltd

0 enquiries
IDDate & TimeNamePhoneEmailCityPropertyBudgetSourceMessage
No enquiries yet.

Project Banner Image

Upload high-quality project image for the left panel background.

✔ Applied!

Company Logo

logo
✔ Applied!

Hero Text

✔ Saved!

Stats & Form Header

✔ Saved!

Color & Style Controls

Start → Mid → End
✔ Saved!

Copyright & Password

✔ Saved!
✔ Updated!

Contact Details

✔ Saved!

WhatsApp Auto-Share

Auto-share lead to WhatsApp when visitor submits. Uses free wa.me link (no API key needed).

✔ Saved!

ℹ️ When enabled, after form submission a WhatsApp chat window opens with lead details pre-filled. For automated background sending without opening a window, use CallMeBot or Twilio (see deployment guide).

CRM Integration (Webhook)

Push leads to Zoho, HubSpot, Salesforce, or any CRM via webhook URL.

✔ Saved!

Email Notifications — Web3Forms (Free)

Get emailed on every new lead. Uses Web3Forms.com (completely free, no backend needed).
👉 Go to web3forms.com → Create free account → Copy your Access Key below.

✔ Saved!

Terms & Conditions

Edit the text shown in the Terms & Conditions popup.

✔ Saved!

Privacy Policy

Edit the text shown in the Privacy Policy popup.

✔ Saved!

✏ Visual Editor

Hero Content
Badges
Stats
Form Header
Live Colors
Overlay
'; w.document.write(html); w.document.close(); setTimeout(function(){w.print();},300); showToast('PDF print dialog opened!'); } function dl(name,type,content){var a=document.createElement('a');a.href=URL.createObjectURL(new Blob([content],{type:type}));a.download=name;a.click();} function today(){var d=new Date();return d.getFullYear()+(d.getMonth()+1<10?'0':'')+(d.getMonth()+1)+(d.getDate()<10?'0':'')+d.getDate();} // ══════════════════════════════ // INTEGRATIONS SAVE // ══════════════════════════════ function saveWA(){ S.set('wa',{enabled:document.getElementById('waToggle').checked,num:document.getElementById('waNum').value.trim()}); flashMsg('waMsg','✔ Saved!'); showToast('WhatsApp settings saved!'); } function testWA(){ var n=(document.getElementById('waNum').value.trim()||'+919042492278').replace(/[^0-9]/g,''); } function saveCRM(){ S.set('crm',{enabled:document.getElementById('crmToggle').checked,url:document.getElementById('crmUrl').value.trim(),key:document.getElementById('crmKey').value.trim()}); flashMsg('crmMsg','✔ Saved!'); showToast('CRM settings saved!'); } function testCRM(){ var url=document.getElementById('crmUrl').value.trim(); if(!url){alert('Enter webhook URL first.');return;} var key=document.getElementById('crmKey').value.trim(); var h={'Content-Type':'application/json'}; if(key)h['Authorization']=key; fetch(url,{method:'POST',headers:h,body:JSON.stringify({id:'NSLP-TEST',name:'Test Lead',phone:'9999999999',city:'Chennai',test:true})}) .then(function(){showToast('Test push sent!');}).catch(function(){showToast('Push failed — check URL/CORS.');}); } function saveEmailSettings(){ var key=document.getElementById('w3fKey').value.trim(); var addr=document.getElementById('adminEmailAddr').value.trim(); var vis=document.getElementById('visitorEmailToggle').checked; S.set('w3fKey',key); S.set('adminEmail',addr); S.set('visitorEmailEnabled',vis); flashMsg('emailMsg','✔ Saved!'); showToast('Email settings saved!'); } // Init integration fields from storage (function(){ var crm=S.get('crm',{enabled:false,url:'',key:''}); document.getElementById('crmToggle').checked=crm.enabled; document.getElementById('crmUrl').value=crm.url; document.getElementById('crmKey').value=crm.key; var w3fKey=S.get('w3fKey',''); if(w3fKey) document.getElementById('w3fKey').value=w3fKey; var adminEmail=S.get('adminEmail',''); if(adminEmail) document.getElementById('adminEmailAddr').value=adminEmail; var emailOn=S.get('emailEnabled',false); document.getElementById('emailToggle').checked=emailOn; var visOn=S.get('visitorEmailEnabled',false); document.getElementById('visitorEmailToggle').checked=visOn; var wa=S.get('wa',{enabled:false,num:''}); document.getElementById('waToggle').checked=wa.enabled; document.getElementById('waNum').value=wa.num; })(); document.getElementById('emailToggle').addEventListener('change',function(){S.set('emailEnabled',this.checked);}); // ══════════════════════════════ // POLICIES // ══════════════════════════════ function saveTerms(){ termsText=document.getElementById('termsContent').value; S.set('termsText',termsText); document.getElementById('termsDisplay').innerHTML='
'+termsText+'
'; flashMsg('termsMsg','✔ Saved!'); showToast('Terms saved!'); } function savePrivacy(){ privacyText=document.getElementById('privacyContent').value; S.set('privacyText',privacyText); document.getElementById('privacyDisplay').innerHTML='
'+privacyText+'
'; flashMsg('privacyMsg','✔ Saved!'); showToast('Privacy Policy saved!'); } // ══════════════════════════════ // MODALS // ══════════════════════════════ function openModal(type){document.getElementById(type==='terms'?'termsModal':'privacyModal').classList.add('open');} function closeModal(type){document.getElementById(type==='terms'?'termsModal':'privacyModal').classList.remove('open');} document.querySelectorAll('.modal-overlay').forEach(function(o){o.addEventListener('click',function(e){if(e.target===o)o.classList.remove('open');});}); document.addEventListener('keydown',function(e){if(e.key==='Escape')document.querySelectorAll('.modal-overlay').forEach(function(o){o.classList.remove('open');});}); // ══════════════════════════════ // UTILS // ══════════════════════════════ function showToast(msg,dur){var t=document.getElementById('toast');t.textContent=msg;t.classList.add('show');setTimeout(function(){t.classList.remove('show');},dur||2500);} function flashMsg(id,txt){var el=document.getElementById(id);if(!el)return;el.textContent=txt;el.classList.add('show');setTimeout(function(){el.classList.remove('show');},2500);}