blog
copyright ©
creamu Inc. All Rights Reserved.
art direction & design: Kunitaka Kawashimo
code, interaction & photography: creamu Inc.
category: Technology

WordPressのContact Form 7でメッセージをフォームの上に設置する方法

Pocket

WordPressのContact Form 7でメッセージをフォームの上に設置するには、応答メッセージのためのプレースホルダー [response] を以下のように追記します。

[response]

<label> name
[text* your-name autocomplete:name] </label>

<label> e-mail
[email* your-email autocomplete:email] </label>

<label> title
[text* your-subject] </label>

<label> content
[textarea* your-message] </label>

[submit “Send a Message”]

ref: 応答メッセージボックスを好きな位置に設置する