-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCTE_form.html
22 lines (20 loc) · 912 Bytes
/
CTE_form.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<html>
<link rel="stylesheet" href="https://webapps-cdn.esri.com/CDN/jslibs/calcite/1.25/css/calcite-web.min.css" />
<link rel="stylesheet" href="https://webapps-cdn.esri.com/CDN/one-form/one-form.css" />
<script src="https://webapps-cdn.esri.com/CDN/one-form/one-form.js"></script>
<div id="form-target"></div>
<script>
window.initOneForm('form-target', {
formName: '1231203_MI Career and Technical Education: CTE StoryMap Newsletter Sign Up',
pardotHandler: 'https://go.esri.com/l/82202/2020-08-26/n5hk4w',
organicSfId: '7015x000001CBVQAA4',
thankYouFormType: 'low',
divId: 'form-target',
aemFieldServiceBasePath: "https://assets.esri.com/content/experience-fragments/esri-sites/en-us/site-settings/one-form-admin/master",
aemEditMode: 'false',
mode: 'basic-progressive-form',
mqlBehavior: 'default',
mqlComment: "Please review the 'What Prompted Your Interest?' field for follow up."
});
</script>
</html>