Created
May 23, 2022 06:19
-
-
Save heijmerikx/c121502bbbc261012412df8e8602f206 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<head> | |
// replace the current URL with your ownand add “/lightning/lightning.out.js” after the Site URL | |
<script type="text/javascript" src=" https://live-demo-developer-edition.eu26.force.com/lightning/lightning.out.js"></script> | |
<script type="text/javascript" src="index.js"></script> | |
</head> | |
<body> | |
// the FlowContainer div is where the flow will be displayed | |
<div id="FlowContainer"></div> | |
</body> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment