Go to the integration page to connect your Slack and get a notification whenever a new user signs up.
New updates and improvements to LaunchList.
New Features
Go to the integration page to connect your Slack and get a notification whenever a new user signs up.
New Features
Some users requested a way to customize the UI/UX of the widget. We understand every website has its own design guidelines to follow. An embed using iframe has a limited number of customization.
If you want complete control over the widget, follow the below steps to learn how to add a widget using custom code. Or head over to your waitlist integration page.
Step 1 - Create your form and replace the form's action endpoint with the one below. Make sure your form has a class name
launchlist-form and method is set to "POST"
<form class="launchlist-form" action="http://getlaunchlist.com/s/PUBLIC_KEY" method="POST">
Replace the PUBLIC_KEY with your waitlist key. You can find your waitlist key on the integration page.
Step 2 - Create an input to collect name and email.
<input name="name" type="text"> <input name="email" type="email">
Step 3. Add some JS to the head so we can track the referrals.
Improvements
We made the widget faster⚡You can now use the iFrame to integrate the widget.
How to use it?
<script src="http://getlaunchlist.com/js/widget.js" defer></script>
<div class="launchlist-widget" data-key-id="PUBLIC_KEY"></div>
Replace the `PUBLIC_KEY` with your waitlist key. You can find your waitlist key on the integration page.
Improvements
View user location, browser, device, platform, language, timezone, and more from your dashboard. Head over to your waitlist submissions page and click on the email address to view user details in the popup.