ติดต่อ Dime Knowledge Hub

ติดต่อ Dime Knowledge Hub

สอบถามข้อมูลหลักสูตรการศึกษา จองรอบการอบรม หรือประสานงานสัมมนาวิชาการ

ข้อมูลการติดต่อสำนักงาน

หากท่านมีข้อสงสัยเกี่ยวกับเนื้อหาหลักสูตร ต้องการขอคำแนะนำในการเลือกแผนการเรียนรู้ที่เหมาะสม หรือต้องการประสานงานจัดอบรมเฉพาะองค์กร สามารถติดต่อเราได้ผ่านช่องทางดังต่อไปนี้

<div class="glass-card" style="margin: 1.5rem 0; padding: 1.5rem;">
  <p style="margin-bottom: 0.75rem;">
    <strong>🏢 ที่อยู่สำนักงาน (VERBATIM):</strong><br>
    Office 8, 29 Example Road, Pattaya 00000
  </p>
  <p style="margin-bottom: 0.75rem;">
    <strong>📞 โทรศัพท์ (VERBATIM):</strong><br>
    +66 38 000 218
  </p>
  <p style="margin-bottom: 0.75rem;">
    <strong>✉️ อีเมลทางวิชาการ:</strong><br>
    <a href="mailto:info@senseconnecthub.click">info@senseconnecthub.click</a>
  </p>
  <p style="margin-bottom: 0;">
    <strong>🕒 เวลาทำการ:</strong><br>
    วันจันทร์ – วันศุกร์ เวลา 09:00 – 18:00 น. (ปิดทำการวันเสาร์-อาทิตย์ และวันหยุดนักขัตฤกษ์)
  </p>
</div>

<div style="background: rgba(20, 241, 149, 0.08); border-left: 3px solid var(--solana-green); padding: 1rem 1.25rem; border-radius: 0 var(--radius-sm) var(--radius-sm) 0;">
  <div style="font-size: 0.85rem; color: #E2E8F0;">
    <strong>ระยะเวลาในการตอบกลับ:</strong> เจ้าหน้าที่ฝ่ายวิชาการจะติดต่อกลับเพื่อยืนยันข้อมูลและตอบข้อซักถามภายใน <strong>24 ชั่วโมงทำการ</strong>
  </div>
</div>
  <h3 style="margin-bottom: 1.5rem;">แบบฟอร์มส่งคำขอการศึกษา</h3>

  <div x-show="isSuccess" class="form-success-box" style="margin-bottom: 1.5rem;" x-cloak>
    <div style="font-size: 1.5rem; margin-bottom: 0.5rem;">✅</div>
    <h4 style="color: var(--solana-green); margin-bottom: 0.5rem;">ส่งคำขอเรียบร้อยแล้ว</h4>
    <p style="margin: 0; font-size: 0.9rem; color: #CBD5E1;">
      ขอบพระคุณสำหรับความสนใจ ทีมวิชาการจะติดต่อกลับทางอีเมลภายใน 24 ชั่วโมง
    </p>
    <button type="button" class="btn btn-secondary" style="margin-top: 1rem; padding: 0.4rem 1rem; font-size: 0.85rem;" @click="isSuccess = false">
      ส่งข้อความอื่นเพิ่มเติม
    </button>
  </div>

  <form x-show="!isSuccess" @submit.prevent="submitForm">
    <div class="form-group">
      <label class="form-label" for="contact-name">ชื่อ - นามสกุล *</label>
      <input type="text" id="contact-name" class="form-control" x-model="form.name" placeholder="เช่น คุณสมศักดิ์ มั่งคั่ง">
      <div class="form-error" x-text="errors.name" x-show="errors.name"></div>
    </div>

    <div class="form-group">
      <label class="form-label" for="contact-email">อีเมล *</label>
      <input type="email" id="contact-email" class="form-control" x-model="form.email" placeholder="name@example.com">
      <div class="form-error" x-text="errors.email" x-show="errors.email"></div>
    </div>

    <div class="form-group">
      <label class="form-label" for="contact-phone">เบอร์โทรศัพท์ติดต่อ (ไม่บังคับ)</label>
      <input type="tel" id="contact-phone" class="form-control" x-model="form.phone" placeholder="081-xxx-xxxx">
    </div>

    <div class="form-group">
      <label class="form-label" for="contact-service">หลักสูตรที่สนใจ</label>
      <select id="contact-service" class="form-control" x-model="form.service">
        <option value="network-architecture">Dime Network Architecture Workshop (Track 301)</option>
        <option value="security-keys">Digital Security & Key Management (Track 201)</option>
        <option value="ecosystem-tools">Ecosystem & Explorer Tools (Track 401)</option>
        <option value="foundations">Foundations of Dime (Track 101)</option>
        <option value="custom-cohort">การจัดอบรมเฉพาะองค์กร / สถาบันการศึกษา</option>
        <option value="general-inquiry">สอบถามข้อมูลวิชาการทั่วไป</option>
      </select>
    </div>

    <div class="form-group">
      <label class="form-label" for="contact-format">รูปแบบการอบรมที่ต้องการ</label>
      <select id="contact-format" class="form-control" x-model="form.format">
        <option value="hybrid">ไฮบริด / ออนไลน์สด</option>
        <option value="onsite-pattaya">เข้าร่วม ณ ศูนย์การเรียนรู้พัทยา</option>
        <option value="inhouse">จัดอบรมนอกสถานที่ (สำหรับองค์กร)</option>
      </select>
    </div>

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

    <div class="form-error" x-text="submitError" x-show="submitError" style="margin-bottom: 1rem;"></div>

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