Skip to content

Instantly share code, notes, and snippets.

@bala-one
Last active December 15, 2022 03:20
Show Gist options
  • Save bala-one/d693de41d0942712a84edc69bd035688 to your computer and use it in GitHub Desktop.
Save bala-one/d693de41d0942712a84edc69bd035688 to your computer and use it in GitHub Desktop.
Sitecore Embeddable Forms Demo Code
<html>
<head>
<script type="text/css" src="css/styles.css"></script>
</head>
<body>
<h1>Sitecore Embeddable Forms Demo</h1>
<scef-form formId="{B5D9B438-40DD-4E8B-80BD-A9DDE0DB8382}"></scef-form>
<script type="text/javascript"
src="./sitecore-embeddableforms.umd.js?sc_site=https://sc103cm.dev.local&sc_apikey=DAC359D9-DC3E-43D4-9FCC-CA61F4A43D89">
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment