FH:ドメイン固定(T-REX)🦖+トラッキングコード
https://pi.pardot.com/formHandler/edit/id/6826?aid=982672
<script type='text/javascript'>
piAId = '983672';
piCId = '';
piHostname = 'pardot.t-rex.cf';
(function() {
function async_load(){
var s = document.createElement('script'); s.type = 'text/javascript';
s.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + piHostname + '/pd.js';
var c = document.getElementsByTagName('script')[0]; c.parentNode.insertBefore(s, c);
}
if(window.attachEvent) { window.attachEvent('onload', async_load); }
else { window.addEventListener('load', async_load, false); }
})();
</script>
<form action="https://pardot.t-rex.cf/l/982672/2023-01-17/fbrpmk" 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コメント