資料請求はこちら(テスト)

フォーム送信完了後、担当者よりご連絡させていただきます。

資料請求ページのイラスト
hbspt.forms.create({ region: "na1", portalId: "22641786", formId: "xxx", sfdcCampaignId: "7017F0000013psfQAA", onFormSubmit: function($form) { const url = new URL(window.location.origin + '/contact-thanks'); const type = $form.find('input:radio[name="contact_type"]:checked').val(); if (type === "テックタッチの内容・導入について") { url.searchParams.set("type", "product"); } else if (type === "取材や報道関係について") { url.searchParams.set("type", "press"); } else if (type === "採用について") { url.searchParams.set("type", "recruit"); } else if (type === "その他") { url.searchParams.set("type", "others"); } else { url.searchParams.set("type", "null"); } window.location.href = url.toString(); }, });