後でコードで返されるphp変数内にフォームがあります。
$email_form = '<form class="cpd-form store-form" method="post" action="'.get_permalink().'">
<input type="hidden" id="contact-action" name="contact-action" value="" />
<div class="your-details group">
<div class="your-detail">
<label for="cpdstore_name">Name:</label>
<input type="text" name="cpdstore_name" id="cpdstore-name" value="" />
</div>
<div class="your-detail end-detail">
<label for="cpdstore_school">School/Department:</label>
<input type="text" name="cpdstore_school" id="cpdstore-school" value="" />
</div>
<div class="your-detail">
<label for="cpdstore_email">Email:</label>
<input type="text" name="cpdstore_email" id="cpdstore-email" value="" />
</div>
<div class="your-detail end-detail">
<label for="cpdstore_phone">Phone:</label>
<input type="text" name="cpdstore_phone" id="cpdstore-phone" value="" />
</div> ...
フォームをスティッキーにする必要がありますが、入力値にphpを条件付きで挿入するにはどうすればよいですか?