テーマUNPC/UNPC-Lite/UNPC-bt での Contact Form 7 プラグイン設定

テーマUNPC/UNPC-Lite/UNPC-bt(v6.9.0~)ではデザインされた問い合わせフォームを設置する事が可能になりました。

問い合わせフォームを新規作成して以下のコードに差し替えてください。

【フォーム欄コード】

<table>
   <tr>
      <th>問合せ物件名<span class="necessary">必須</span></th>
      <td>
      <p class="note">※問合せ物件名は変更しないでください</p></td>
   </tr>
 

   <tr>
      <th>ご希望の内容</th>
      <td class="hope">[checkbox checkbox-1 use_label_element "物件を実際に見たい" "間取図が見たい" "周辺環境を知りたい"  "お店に行きたい" "最新の空室状況を知りたい" "入居に関して相談したい"]</td>
   </tr>
   <tr>
      <th>お名前<span class="necessary">必須</span></th>
      <td></td>
   </tr>
 
   <tr>
      <th>メールアドレス<span class="necessary">必須</span></th>
      <td><div class="mb10">[email* your-email watermark "半角英数字でメールアドレスをご入力ください"]</div>
      <div>[email* your-email_confirm class:txt watermark "確認のため再度ご入力ください"]</div></td>
   </tr>
   <tr>
      <th>電話番号</th>
      <td></td>
   </tr>
   <tr>
      <th>ご希望の連絡方法</th>
      <td>[select your-hope include_blank "メールアドレス" "電話番号" "どちらでも構わない"]</td>
   </tr>
   <tr>
      <th>ご意見・ご要望</th>
      <td>[textarea your-message]</td>
   </tr>
</table>
<div id="submit-box">[submit "上記の内容で送信する"]</div>

 

【メール欄 メッセージ本文部分のコード】


差出人: [your-name] <[your-email]>
 
問合せ物件名: [your-subject]
 
 
ご希望の内容
[checkbox-1]
 
お名前
[your-name]
 
メールアドレス
[your-email]
 
電話番号
[your-tel]
 
ご希望の連絡方法
[your-hope]
 
ご意見・ご要望
[your-message]
 
 
物件名:[_post_title]
URL:[_post_url]
 
 
-------------------------------------------------
[_remote_ip]
[wpcf7.remote_host]
[_user_agent] 
このメールは [_site_title] [_site_url] から送信されました

新規作成した問い合わせフォームのショートコードを不動産プラグイン基本設定で再設定してください。

 

Contact Form 7 プラグインの設定方法はこちらをご覧ください。

問合せフォーム(Contact Form 7)プラグインの設定

※設定後は必ず問い合わせテストを行ってください。
※不動産プラグイン(本体)は ver6.9.0以降のをご利用ください。