FINCOGNITO — Inquiry Autoresponder Messages

Prepared for: FINCOGNITO PTE. LTD. [UEN: 202430545R]

Website:

Date: March 2026

AUTORESPONDER 1 — SHORT VERSION

For use as an immediate SMS/WhatsApp/email auto-reply upon receipt of any online inquiry.
Subject (if email ): We’ve Received Your Enquiry — FINCOGNITO Pte Ltd
Dear [First Name],

Thank you for reaching out toFINCOGNITO PTE. LTD.

We are pleased to confirm that your enquiry has been received and is already being attended to by our team. You can expect a personalised response from uswithin 24 hours on the next business day.

In the meantime, you may find answers to many common questions on ourFAQ page in our Resources section:

👉

You are also welcome to explore our services at:

👉

Should your matter be urgent, please do not hesitate to contact us directly:

📞Phone/WhatsApp: [Your Phone Number]

📧Email: [Your Email Address]
📍Address: [Your Office Address, Singapore]
We look forward to assisting you and thank you for considering FINCOGNITO as your trusted business partner in Singapore.
Warm regards,
The FINCOGNITO Team

FINCOGNITO PTE. LTD. | UEN: 202430545R

Singapore’s Trusted Accounting & Corporate Services Partner

This is an automated response. Please do not reply directly to this message. A member of our team will be in touch with you shortly.
WhatsApp Us
'); w.document.close(); w.print(); }; $('.dwls-form').on('submit', function(e){ e.preventDefault(); var form=$(this); var box=form.closest('.dwls-container'); var btn=form.find('.dwls-search-btn'); var input=form.find('.dwls-input'); var results=box.find('.dwls-results'); var error=box.find('.dwls-error'); var progress=box.find('.dwls-progress'); var query=input.val().trim(); if(!query){ error.text('Please enter a search query').show(); return false; } if(btn.prop('disabled')) return false; btn.prop('disabled', true).text('Searching...'); results.hide(); error.hide(); progress.show(); $.ajax({ url: 'https://fincognito.sg/wp-admin/admin-ajax.php', type: 'POST', data: { action: 'friendempire_dwls_search', query: query, nonce: '562ec0398a' }, success: function(response){ progress.hide(); if(response.success&&response.data&&response.data.html){ var html='
' + response.data.html + '
'; html +='
'; html +=''; html +=''; html +='
'; html +='
' + (response.data.cached ? 'Cached':'Live result') + '
'; results.html(html).show(); }else{ error.text(response.data||'Error occurred').show(); }}, error: function(xhr, status){ progress.hide(); error.text(status==='timeout' ? 'Search timed out':'Connection failed').show(); }, complete: function(){ btn.prop('disabled', false).text('Search'); }}); }); $('.dwls-input').on('keydown', function(e){ if(e.ctrlKey&&e.which===13){ $(this).closest('.dwls-form').trigger('submit'); }}); }); //# sourceURL=dwls-frontend-js-after