Get in Touch
Contact Our Research Staff & Schedule a Session
Reach out to our Bangkok research laboratory for educational briefing scheduling, technical inquiries, or institutional curriculum scoping.
Send a Technical Inquiry
Fill out the fields below. Our research coordinator will respond within 24 business hours.
<!-- Success Message -->
<div x-show="submitted && status === 'success'" class="form-feedback-box form-success" style="display: none; margin-bottom: 1.5rem;">
<h4 style="color: var(--accent-green); margin-bottom: 0.25rem;">Inquiry Received</h4>
<p style="margin-bottom: 0; font-size: 0.9rem;" x-text="responseMsg"></p>
</div>
<!-- Error Message -->
<div x-show="submitted && status === 'error'" class="form-feedback-box form-failed" style="display: none; margin-bottom: 1.5rem;">
<h4 style="color: #FF5E7E; margin-bottom: 0.25rem;">Submission Error</h4>
<p style="margin-bottom: 0; font-size: 0.9rem;" x-text="responseMsg"></p>
</div>
<form @submit.prevent="submitForm()" novalidate>
<div class="form-group">
<label class="form-label" for="contact-name">Full Name / Lead Engineer *</label>
<input type="text" id="contact-name" class="form-control" placeholder="e.g. Dr. Alex Wong" x-model="name">
<div class="form-error" x-show="errors.name" x-text="errors.name" style="display: none;"></div>
</div>
<div class="form-group">
<label class="form-label" for="contact-email">Corporate / Academic Email *</label>
<input type="email" id="contact-email" class="form-control" placeholder="e.g. alex@university.ac.th" x-model="email">
<div class="form-error" x-show="errors.email" x-text="errors.email" style="display: none;"></div>
</div>
<div class="form-group">
<label class="form-label" for="contact-service">Interested Educational Service</label>
<select id="contact-service" class="form-control" x-model="service">
<option value="Network Architecture & Consensus Briefing">Network Architecture & Consensus Briefing (Flagship)</option>
<option value="Validator Node Operation & Telemetry Masterclass">Validator Node Operation & Telemetry Masterclass</option>
<option value="Cryptographic Key Custody & Security Review">Cryptographic Key Custody & Security Review</option>
<option value="Custom Educational Curriculum & Workshop Design">Custom Educational Curriculum & Workshop Design</option>
<option value="General Technical Inquiry">General Technical Inquiry / Other</option>
</select>
</div>
<div class="form-group">
<label class="form-label" for="contact-message">Inquiry Details / Cohort Scope *</label>
<textarea id="contact-message" class="form-control" rows="4" placeholder="Describe your team size, technical focus areas, preferred timeline, or specific questions..." x-model="message"></textarea>
<div class="form-error" x-show="errors.message" x-text="errors.message" style="display: none;"></div>
</div>
<div class="form-group" style="display: flex; gap: 0.75rem; align-items: flex-start;">
<input type="checkbox" id="contact-consent" style="margin-top: 0.3rem;" x-model="consent">
<label for="contact-consent" style="font-size: 0.85rem; color: var(--silver-muted); line-height: 1.4;">
I consent to the processing of my contact information in accordance with the <a href="/privacy/">Privacy Policy</a> for the purpose of receiving educational consultation details.
</label>
</div>
<div class="form-error" x-show="errors.consent" x-text="errors.consent" style="display: none; margin-top: -1rem; margin-bottom: 1rem;"></div>
<button type="submit" class="btn btn-primary" style="width: 100%;" :disabled="submitting">
<span x-show="!submitting">Submit Technical Inquiry</span>
<span x-show="submitting" style="display: none;">Transmitting Securely...</span>
</button>
</form>
Bangkok Research Office
<div class="footer-contact-item" style="margin-bottom: 1.25rem;">
<span style="color: var(--accent-turquoise); font-size: 1.2rem;">📍</span>
<div>
<div style="font-weight: 600; color: var(--silver-light);">Physical Address:</div>
<div style="color: var(--silver-main);">Office 7, 38 Test Street, Bangkok 00000</div>
<div style="font-size: 0.85rem; color: var(--silver-muted); margin-top: 0.2rem;">Kingdom of Thailand</div>
</div>
</div>
<div class="footer-contact-item" style="margin-bottom: 1.25rem;">
<span style="color: var(--accent-turquoise); font-size: 1.2rem;">📞</span>
<div>
<div style="font-weight: 600; color: var(--silver-light);">Telephone:</div>
<a href="tel:+6620004300" style="color: var(--silver-main); font-size: 1rem;">+66 2 000 4300</a>
</div>
</div>
<div class="footer-contact-item" style="margin-bottom: 1.25rem;">
<span style="color: var(--accent-turquoise); font-size: 1.2rem;">✉️</span>
<div>
<div style="font-weight: 600; color: var(--silver-light);">Official Inquiries:</div>
<a href="mailto:contact@nettempobase.click" style="color: var(--accent-turquoise);">contact@nettempobase.click</a>
</div>
</div>
<div class="footer-contact-item">
<span style="color: var(--accent-turquoise); font-size: 1.2rem;">🕒</span>
<div>
<div style="font-weight: 600; color: var(--silver-light);">Operating Hours:</div>
<div style="color: var(--silver-muted); font-size: 0.9rem;">Monday – Friday: 09:00 – 18:00 (ICT / UTC+7)</div>
<div style="color: var(--silver-muted); font-size: 0.85rem;">Closed on Thai National Holidays</div>
</div>
</div>
</div>
<div class="panel-futuristic" style="padding: 1.75rem;">
<h4 style="color: var(--accent-green); margin-bottom: 0.5rem;">Expected Response Times</h4>
<p style="font-size: 0.9rem; color: var(--silver-muted); margin-bottom: 0;">
All educational inquiries and curriculum scoping requests submitted through this form are reviewed by our lead research coordinator within <strong>24 business hours</strong>. Direct telephone support is available during Bangkok operating hours.
</p>
</div>