※社内専用

お問い合わせでカレンダー

現在のEPRESS BSではカレンダーによる日付入力にも対応しています。

__setting.php

flatpickr_filesの値をtrueにする

  // Contact Form 7でカレンダー入力機能を追加する
  'flatpickr_files' => true

contactform7のお問い合わせの内容

<dt class="col span_4">日付入力 
    <span class="required">※必須</span>
  </dt>
<dd class="col span_8">
  [text* your-date class:flatpickr]
</dd>

表示

素敵です。