<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
NOTE: This process involves custom coding and is presented for reference only. Account Engagement Support is unable to assist with the implementation or troubleshooting of the following steps.
This is a very specialized form that will need a slightly different layout template from your other forms and landing pages. The modification is very minor and will not affect the look and feel of the form or landing page.
1. Navigate to :
In Account Engagement Classic, Marketing | Forms | Layout Templates
In Account Engagement Lightning, Content | Layout Templates
2. Take your existing form or landing page layout and Copy it. Note: If your form resides on a Account Engagement landing page, make these edits to the landing page layout template. If the form is being iframed onto an external (non-Account Engagement) page, edit the form's layout template.
%%form-if-thank-you%% %%form-javascript-focus%% %%form-thank-you-content%% %%form-thank-you-code%% %%form-end-if-thank-you%%2. Delete them from the layout and paste them back in somewhere outside of the form tag (either before or after it).
%%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. If you need the form to forward to a page outside of the Account Engagement form iframe, you will also want to add target="_blank"' to the form tag in the layout template:
<form accept-charset="UTF-8" method="post" action="%%form-action-url%%" id="pardot-form" target="_blank">5. Save the Layout Template.
1. In Account Engagement Classic, Marketing | Forms or in Account Engagement Lightning App, Content | Forms.
2. Edit your existing form.
3. Go to Step 3: Look and Feel.
4. Select your Layout Template created from the previous step. Note: If you are placing the form on a Account Engagement Landing Page, you will need to edit the landing page and select your new layout template from the steps above there instead of at the form level
5. Go to Step 4: Completion Actions.
6. Click on the Thank You Content Tab, then click the HTML button in the WYSIWYG editor and add code similar to the following:
<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. Notes:
<script type="text/javascript">// <![CDATA[ document.hidden_form.submit(); // ]]> </script>9. Save your form.
<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>Note that your OID should be replaced with your organization's numeric Salesforce Organization ID. You can obtain your Organization ID value within your Salesforce account by going to Setup > Company Profile (under Administration Setup) > Company Information. The retURLvalue should be replaced with the success location to which you want to send your prospects. You can optionally add a campaign with something like the following:
<input type="hidden" name="Campaign_ID" value="Campaign Value" />Note that "Campaign Value" should be replaced with Salesforce's numeric value for the campaign value you want to use.
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.