Posted by jay.lee.bio on May 23, 2011 at 9:50pm
Does anyone know of a module that allows a website to have a coming soon / initial landing page where visitors can leave their email addresses and other information so that when the website opens up for business they can be notified / accounts be automatically created with the initial information?

Comments
I've used a module called
I've used a module called "Splash" for this on a Drupal 6 site. Not available for 7.
http://drupal.org/project/splash
Could you just create a new
Could you just create a new "contact" page/form, and make it your home page. (you could make that page the only page accessible to unanimous users).
I guess, you could also use a webForm.
.Sam.
+1
What Sam said. My thoughts exactly.
And sed 's/unanimous/anonymous/g'
;-)
--
Christoph Weber
LOL... it happens when you
LOL... it happens when you pick too quickly the darn typing suggestions by the phone ;-)
Thanks everyone for giving me
Thanks everyone for giving me a few different options to choose from. They eventually inspired me to come up with the following solution:
1) I found a module similar to Splash called Front Page.
2) Email addresses entered would go to Ymlp.com (Your Mailing List Provider).
Other Drupal neophytes can use my simple solution as reference:
http://musicgem.com
Jay Lee
https://jay.lee.bio
Sending email addresses to mail provider?
Frontpage is D7 only? Too bad. :(
I'd be interested in how you sent the email address to the mail list provider though.
James Sinkiewicz
Drupal Site Builder and Generalist
http://MyDrupalJourney.com
No Front Page is for both D6
No Front Page is for both D6 & D7:
http://drupal.org/project/front
I was going to write a blog about how to get a simple coming soon / landing page set up using Drupal, but it's still not ready. For now though, how the email addresses get sent to the mail list provider is actually all done by Ymlp.com, which is why I decided to use it.
The whole setup takes about 15 minutes and requires no programming knowledge whatsoever, so if anyone needs help just let me know. I'll post a link here after I get my blog going...
Jay Lee
https://jay.lee.bio
How to Use LaunchRock with Drupal
For those that are interested, I finally wrote a blog post on how to use LaunchRock (the definitive solution for this type of task) with Drupal while setting it up for my new startup, Collectiboard.
You can see it live in action until 12/12/12 (when the site officially launches its beta) at http://collectiboard.com. Hopefully what I wrote is easy enough for everyone to follow:
http://jayl.ee/blog/2012/10/22/how-to-use-launchrock-with-drupal
Jay Lee
https://jay.lee.bio
ComingSoon Distro
I've released a distro with the basic functionality of launch rock using only Drupal based stuff (nothing third party). You can find it here: http://drupal.org/project/comingsoon. Love to hear any comments or feedback.