The LaunchRock sign-up form is a WordPress plugin that enables you to embed a simple sign-up form for LaunchRock in your blog.
Features include:
- A simple e-mail form for sign-up via LaunchRock.
- Add your own custom fields to the form (be sure to configure them in LaunchRock as well).
- A short-code to publish the form wherever you want in your blog.
- Install LaunchRock either via the WordPress.org plugin directory, or by uploading the files to your server
- After activating LaunchRock, you will need to get your LaunchRock site id
- You can find your site id by opening the sign-up page source and looking for the rel value in <div id="lr-widget" rel="your-site-id"></div> (see screenshots)
- Insert the [launchrock site=your-site-id] short-code wherever you want an e-mail form to appear
- Users can now use this form to sign-up via LaunchRock
This is an example use (using the Contact Form plugin CSS classes to style the form):
[launchrock btn_text="Signup"
site="
your LaunchRock site id"
form_class="wpcf7-form"
btn_class="wpcf7-form-control wpcf7-submit"]
[launchrock_field label="Company" name="company"]
[/launchrock]
[launchrock_success]
Success!
[/launchrock_success]
[launchrock_failure]
{message} :-(
[/launchrock_failure]