hbspt.forms.create({
region: "eu1",
portalId: "143438306",
formId: "a1b38f5e-fcbf-4b7f-a4d8-c7a96b25d1b2",
onFormSubmitted: () => {
trackForm();
let topPos = $(".hs-form-wrapper").offset().top - 180;
$('html, body').scrollTop(topPos);
},
onFormReady: function($form, ctx){
$('input[name="bu"]').val('AEC');
$('input[name="page_url"]').val('https://www.cadac.com/events/webinar---en---tag-to-document-links-with-unstructured-data-truth-or-fiction/');
$('input[name="pagename"]').val('TAG to Document links with unstructured data, truth or fiction?');
$('input[name="campaign_description"]').val('TAG to Document links with unstructured data, truth or fiction?');
$('input[name="campaign_code"]').val('CMP-02475-C0H2J');
$('input[name="ddlcountry"]').val('us');
$('input[name="download_object"]').val('TAG to Document links with unstructured data, truth or fiction?');
$('input[name="download_link"]').val('At1y0UiTiy0');
$('input[name="download_type"]').val('Webinar');
$('input[name="weblead_type"]').val('Download');
$('input[name="marketing_list_number"]').val('ML155801');
}});