What's New

New updates and improvements to LaunchList.

New Features

Integrate widget with custom code (Do it yourself)

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

Integrate widget using Embed

We made the widget faster⚡You can now use the iFrame to integrate the widget.

  • Quick to load
  • Easy to customize
  • Work on any framework without depending upon the framework

How to use it?

  1. Paste the widget script in the `<head>` section of your page
<script src="http://getlaunchlist.com/js/widget.js" defer></script>
  1. Paste the following code anywhere on your page where you want to display the form
<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.

CodePen Examples


Improvements

View user details from dashboard

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.


Ready to grow your idea?

Integrate waitlist form on your website in just 5 minutes

Integrate waitlist
Free for first 100 submissions
No credit card required
Lifetime access
Live chat support