DC3+FH:ドメイン固定(T-REX)🦖必須追加
DC:ダイナミックコンテンツ3
https://pi.pardot.com/dynamicContent/read/id/2388?aid=982672
コード:
<script type="text/javascript" src="https://pardot.t-rex.cf/dcjs/982672/2388/dc.js"></script>
FH
https://pi.pardot.com/formHandler/read/id/6993?aid=982672
コード:
<form action="https://pardot.t-rex.cf/l/982672/2023-03-27/fd12pq" method="post">
<div class="container">
<div class="head">
<h2>Say Hello</h2>
</div>
<input type="text" name="lastname" placeholder="Last Name" /><br />
<input type="text" name="firstname" placeholder="First Name" /><br />
<input type="tel" name="phone" placeholder="phone" /><br />
<input type="email" name="email" placeholder="Email" required="required" /><br />
<input type="text" name="company" placeholder="Company" /><br />
<textarea type="textarea" name="message" placeholder="Message"></textarea><br />
<input type="datetime-local" name="dateandtime1" placeholder="リード:日付/日時1"></textarea><br />
<input type="datetime-local" name="dateandtime2" placeholder="リード:日付/日時2"></textarea><br />
<div class="message">Message Sent</div>
<button id="submit" type="submit">
Send!
</button>
</div>
</form>
0コメント