ติดต่อสอบถามและปรึกษาข้อมูลการศึกษา

ติดต่อทีมวิจัยและวิทยากรของ Dime Knowledge Hub เพื่อสอบถามข้อมูลหลักสูตร จัดตารางการเรียน หรือขอคำปรึกษาด้านการศึกษา

ติดต่อสอบถามและปรึกษาข้อมูลการศึกษา

ข้อมูลสำนักงานและศูนย์การเรียนรู้

ทีมงานวิชาการของเราพร้อมให้คำแนะนำและตอบข้อสงสัยเกี่ยวกับหลักสูตรการศึกษา โครงสร้างเนื้อหา และการจัดอบรมสำหรับสถาบันการศึกษา

<div class="card" style="padding: 1.75rem; margin-bottom: 2rem; background: rgba(12, 16, 38, 0.7);">
  <div style="display: flex; gap: 1rem; margin-bottom: 1.25rem;">
    <svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#14F195" stroke-width="2"><path d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"></path><circle cx="12" cy="10" r="3"></circle></svg>
    <div>
      <h4 style="font-size: 1rem; margin-bottom: 0.25rem; color: #FFFFFF;">สถานที่ตั้งสำนักงาน</h4>
      <p style="margin-bottom: 0; font-size: 0.95rem; color: var(--text-secondary);">Office 8, 24 Example Road, Bangkok 00000</p>
    </div>
  </div>

  <div style="display: flex; gap: 1rem; margin-bottom: 1.25rem;">
    <svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#00C2FF" stroke-width="2"><path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"></path></svg>
    <div>
      <h4 style="font-size: 1rem; margin-bottom: 0.25rem; color: #FFFFFF;">หมายเลขโทรศัพท์ติดต่อ</h4>
      <p style="margin-bottom: 0; font-size: 0.95rem; color: var(--text-secondary);">+66 2 000 2180</p>
    </div>
  </div>

  <div style="display: flex; gap: 1rem; margin-bottom: 1.25rem;">
    <svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#9945FF" stroke-width="2"><path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"></path><polyline points="22,6 12,13 2,6"></polyline></svg>
    <div>
      <h4 style="font-size: 1rem; margin-bottom: 0.25rem; color: #FFFFFF;">อีเมลประสานงาน</h4>
      <p style="margin-bottom: 0; font-size: 0.95rem; color: var(--text-secondary);">info@synaplayercore.click</p>
    </div>
  </div>

  <div style="display: flex; gap: 1rem;">
    <svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#FBBF24" stroke-width="2"><circle cx="12" cy="12" r="10"></circle><polyline points="12 6 12 12 16 14"></polyline></svg>
    <div>
      <h4 style="font-size: 1rem; margin-bottom: 0.25rem; color: #FFFFFF;">เวลาตอบกลับข้อความ</h4>
      <p style="margin-bottom: 0; font-size: 0.9rem; color: var(--text-muted);">เจ้าหน้าที่วิชาการจะตอบกลับข้อความภายใน 1-2 วันทำการ (จันทร์ - ศุกร์)</p>
    </div>
  </div>
</div>

ส่งคำถามหรือแบบคำขอลงทะเบียน

กรอกข้อมูลด้านล่างเพื่อให้เจ้าหน้าที่ติดต่อกลับพร้อมรายละเอียดหลักสูตร

  <!-- Success Alert -->
  <div class="form-status-success" x-show="submitted" style="display: none;">
    <h4 style="color: #14F195; margin-bottom: 0.35rem;">ส่งข้อมูลสำเร็จเรียบร้อยแล้ว</h4>
    <p style="margin-bottom: 0; font-size: 0.9rem; color: #E2E8F0;">
      ขอบคุณสำหรับความสนใจ เจ้าหน้าที่ฝ่ายวิชาการจะติดต่อกลับทางอีเมลที่คุณระบุไว้ภายใน 1-2 วันทำการ
    </p>
  </div>

  <!-- Error Alert -->
  <div class="form-status-error" x-show="errorMessage" style="display: none;" x-text="errorMessage"></div>

  <!-- Form Inputs -->
  <form @submit.prevent="submitForm()" x-show="!submitted">
    <div class="form-group">
      <label class="form-label" for="contact-name">ชื่อ-นามสกุล หรือชื่อหน่วยงาน *</label>
      <input type="text" id="contact-name" class="form-input" x-model="formData.name" placeholder="เช่น คุณสมชาย วิทยากร">
      <div class="form-error" x-show="errors.name" x-text="errors.name"></div>
    </div>

    <div class="form-group">
      <label class="form-label" for="contact-email">ที่อยู่อีเมลสำหรับติดต่อกลับ *</label>
      <input type="email" id="contact-email" class="form-input" x-model="formData.email" placeholder="example@domain.com">
      <div class="form-error" x-show="errors.email" x-text="errors.email"></div>
    </div>

    <div class="form-group">
      <label class="form-label" for="contact-service">โปรแกรมหรือหัวข้อที่สนใจ *</label>
      <select id="contact-service" class="form-select" x-model="formData.service">
        <option value="">-- กรุณาเลือกหัวข้อ --</option>
        <option value="dime-guided-track">หลักสูตร Dime Guided Track (Flagship 4 สัปดาห์)</option>
        <option value="validator-workshop">เวิร์กช็อป Validator & Consensus Deep Dive</option>
        <option value="key-security-mentorship">คลินิกความปลอดภัย Key Security Mentorship</option>
        <option value="institutional-training">การจัดอบรมพิเศษสำหรับสถาบัน / องค์กร</option>
        <option value="general-inquiry">สอบถามข้อมูลวิชาการทั่วไป / ข้อมูลเว็บไซต์</option>
      </select>
      <div class="form-error" x-show="errors.service" x-text="errors.service"></div>
    </div>

    <div class="form-group">
      <label class="form-label" for="contact-goal">เป้าหมายหรือพื้นฐานความรู้เดิม</label>
      <input type="text" id="contact-goal" class="form-input" x-model="formData.learningGoal" placeholder="เช่น ผู้เริ่มต้นสนใจสถาปัตยกรรม, วิศวกรซอฟต์แวร์">
    </div>

    <div class="form-group">
      <label class="form-label" for="contact-message">รายละเอียดคำถามหรือช่วงเวลาที่สะดวก *</label>
      <textarea id="contact-message" class="form-textarea" x-model="formData.message" placeholder="ระบุคำถาม หรือช่วงวันที่และเวลาที่สะดวกสำหรับการเข้าร่วมเซสชัน..."></textarea>
      <div class="form-error" x-show="errors.message" x-text="errors.message"></div>
    </div>

    <button type="submit" class="btn btn-primary" style="width: 100%;" :disabled="submitting">
      <span x-show="!submitting">ส่งข้อความติดต่อ (Submit Inquiry)</span>
      <span x-show="submitting" style="display: none;">กำลังดำเนินการส่งข้อมูล...</span>
    </button>
  </form>
</div>