<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
※ 注意: このプロセスにはカスタムコーディングが含まれ、参照用のみで提供されています。 Account Engagement サポートは、次の手順の実装を支援することはできません。
これは、他のフォームやランディングページと少し異なるレイアウトテンプレートが必要な特別なフォームとなります。わずかな変更があるだけなので、フォームやランディングページのデザインには影響しません。
1. [レイアウトテンプレート] に移動します。
・Account Engagement では [マーケティング] | [フォーム] | [レイアウトテンプレート] の順に移動します。
・Account Engagement Lightning では [コンテンツ] [レイアウトテンプレート] の順に移動します。
2. 既存のフォームやランディングページのレイアウトを選択し、[コピー] でこれをコピーします。
メモ:フォームが Account Engagement のランディングページにある場合は、ランディングページのレイアウトテンプレートでこの編集を行います。フォームが外部 (Account Engagement 以外) のページに iframe で挿入されている場合は、そのフォームのレイアウトテンプレートを編集します。
1. レイアウトテンプレートの [フォーム] タブで、次の行をコピーします。
%%form-if-thank-you%% %%form-javascript-focus%% %%form-thank-you-content%% %%form-thank-you-code%% %%form-end-if-thank-you%%
2. レイアウトからこれらの行を削除し、form タグの外 (前または後) に貼り付けます。
3. form タグの外に移動すると、コードの先頭は次のようになります。
%%form-if-thank-you%% %%form-javascript-focus%% %%form-thank-you-content%% %%form-thank-you-code%% %%form-end-if-thank-you%% <form action="%%form-action-url%%" method="post"> %%form-opening-general-content%% %%form-if-display-form%% ...
4. フォームを Account Engagement フォームの iframe 以外のページに転送する必要がある場合は、レイアウトテンプレートの form タグに target="_blank" を追加することもできます。
<form accept-charset="UTF-8" method="post" action="%%form-action-url%%" id="pardot-form" target="_blank">
5. レイアウトテンプレートを保存します。
1. [フォーム] に移動します。
・Account Engagement では [マーケティング] | [フォーム] | [フォーム] の順に移動します。
・Account Engagement Lightning では [コンテンツ] [フォーム] の順に移動します。
2. 既存のフォームを編集します。
3. ステップ3: デザインに移動します。
4. 前のステップで作成したレイアウトテンプレートを選択します。
メモ: Account Engagement ランディングページにフォームを配置している場合は、ランディングページを編集し、フォームレベルではなく、その前のステップで新しいレイアウトテンプレートを選択する必要があります。
5. ステップ 4:完了アクションに進みます。
6. [お礼メッセージ] タブをクリックし、WYSIWYG エディターの [HTML] ボタンをクリックして、次のようなコードを追加します。
<blockquote>
<form action="http://www.site.com" method="post" name="hidden_form">
<input type="hidden" name="email" value="%%email{html}%%" />
<input type="hidden" name="company" value="%%company{html}%%" /></form>
</blockquote>
7. メモ:
8. [お礼コード] タブをクリックし、次の JavaScript を追加します。
<script type="text/javascript">// <![CDATA[ document.hidden_form.submit(); // ]]> </script>
9. フォームを保存します。
上記の情報はすべて同じですが、フォームの [お礼メッセージ] に 1 行追加してから OID を送信します。
<blockquote>
<form action="https://webto.salesforce.com/servlet/servlet.WebToLead?encoding=UTF-8" method="POST" name="hidden_form">
<input type="hidden" name="email" value="%%email{html}%%" />
<input type="hidden" name="company" value="%%company{html}%%" />
<input type="hidden" name="oid" value="your OID" />
<input type="hidden" name="retURL" value="http://www.success.com" />
</form>
</blockquote>
OID は、自分の組織の Salesforce 組織 ID (数値) に置き換えてください。Salesforce アカウントの組織 ID の値は、[設定] | [組織プロファイル] ([管理者設定] の下) | [組織情報] の順に移動して、見つけることができます。retURL 値は、プロスペクトに送信される Success Location に置き換えてください。必要に応じて、次のようなコードでキャンペーンを追加できます。
<input type="hidden" name="Campaign_ID" value="Campaign Value" />
"Campaign Value" は、使用するキャンペーンの値となる Salesforce の数値に置き換えてください。
000383963

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.