ช่องทางการติดต่อและปรึกษาทางวิชาการ
หากท่านมีข้อสงสัยเกี่ยวกับเนื้อหาการศึกษา ต้องการสำรองที่นั่งในหลักสูตร หรือต้องการประสานงานเพื่อจัดอบรมเฉพาะองค์กร ท่านสามารถติดต่อทีมงานวิชาการของเราได้ตามข้อมูลด้านล่าง หรือกรอกแบบฟอร์มเพื่อรับการติดต่อกลับ
ข้อมูลสำนักงานวิชาการ
<p style="margin-bottom: 1rem;">
<strong>ศูนย์การเรียนรู้:</strong><br>
Dime Education Center Co., Ltd.
</p>
<p style="margin-bottom: 1rem;">
<strong>ที่อยู่สำนักงาน (Office Address):</strong><br>
Office 12, 31 Example Street, Bangkok 00000
</p>
<p style="margin-bottom: 1rem;">
<strong>หมายเลขโทรศัพท์ (Phone):</strong><br>
<a href="tel:+6620007630" style="color: #fff; font-weight: 600;">+66 2 000 7630</a>
</p>
<p style="margin-bottom: 1rem;">
<strong>อีเมลฝ่ายประสานงานวิชาการ (Email):</strong><br>
<a href="mailto:info@cloudbridgecore.click" style="color: var(--color-cyan);">info@cloudbridgecore.click</a>
</p>
<p style="margin-bottom: 0;">
<strong>เวลาทำการ:</strong><br>
วันจันทร์ – วันศุกร์: 09:00 น. – 18:00 น.<br>
(ระยะเวลาตอบกลับข้อความทางอีเมลภายใน 24 ชั่วโมงทำการ)
</p>
</div>
ส่งข้อความถึงทีมวิชาการ
กรุณาระบุรายละเอียดคำถามหรือหลักสูตรที่ท่านสนใจ เจ้าหน้าที่จะประสานงานกับคณะวิจัยและตอบกลับโดยเร็วที่สุด
<form @submit.prevent="submit">
<div class="alert-box alert-success" x-show="statusType === 'success'" x-text="statusMessage" style="display: none;"></div>
<div class="alert-box alert-danger" x-show="statusType === 'error'" x-text="statusMessage" style="display: none;"></div>
<div class="form-group">
<label class="form-label">ชื่อ-นามสกุล ผู้ติดต่อ *</label>
<input type="text" class="form-control" x-model="formData.name" placeholder="ระบุชื่อและนามสกุล">
<div class="form-error" x-text="errors.name"></div>
</div>
<div class="form-group">
<label class="form-label">อีเมลสำหรับติดต่อกลับ *</label>
<input type="email" class="form-control" x-model="formData.email" placeholder="name@domain.com">
<div class="form-error" x-text="errors.email"></div>
</div>
<div class="form-group">
<label class="form-label">หัวข้อหรือหลักสูตรที่สนใจ</label>
<select class="form-control" x-model="formData.service">
<option value="">-- กรุณาเลือกหลักสูตรหรือหัวข้อ --</option>
<option value="Dime Architecture Masterclass">Dime Architecture Masterclass (หลักสูตร 2 วัน)</option>
<option value="Network Infrastructure Seminar">Network Infrastructure & Validator Seminar</option>
<option value="Digital Key Security Lab">Digital Key Security & Cryptographic Lab</option>
<option value="Academic Advisory">Academic & Architecture Advisory (สำหรับองค์กร/สถาบัน)</option>
<option value="General Question">สอบถามข้อมูลการศึกษาทั่วไป</option>
</select>
</div>
<div class="form-group">
<label class="form-label">รายละเอียดคำถามหรือข้อความ *</label>
<textarea class="form-control" x-model="formData.message" placeholder="ระบุข้อสงสัย หรือจำนวนผู้เรียนที่ต้องการสำรองที่นั่ง"></textarea>
<div class="form-error" x-text="errors.message"></div>
</div>
<button type="submit" class="btn btn-primary" style="width: 100%;" :disabled="loading">
<span x-show="!loading">ส่งข้อความติดต่อ</span>
<span x-show="loading" style="display: none;">กำลังส่งข้อมูล...</span>
</button>
</form>
</div>
