Framer waitlist integration
LaunchList widget works seamlessly with Framer. You can use the Embed widget or build your form to integrate the widget. Follow the guide below to integrate the widget.
Step 0 - Get form key
To integrate the embed widget on the Framer website, first, you need a LaunchList form key which you can get from the integration page.
Embed Form
Add the embed form in your Framer website
- Go to your Site Editor
- On the left sidebar - Go to Utility then drag the Embed on your page
- Select the created Embed element
- On the right sidebar in the Embed component choose HTML and paste the below code
- Make sure you have replaced the FORM_KEY with your key from Step 0
<script src="https://getlaunchlist.com/js/widget.js" defer></script>
<div class="launchlist-widget" data-key-id="JZIFPd" data-height="180px"></div>
Once saved, you will see the waitlist widget on your Framer site.