I'm looking for a module that can be used to signup people for our BETA. It needs to just take the u/n and email so that when we are ready we can send out the registration codes to join.
I looked at the 'signup' module, but that seemed to be for node signup.

Any suggestions on how to accomplish this?

Comments

mshepherd’s picture

It is really for node signup, but if the node is an Invitation to join your BETA, I think that would still work. I think that would be your best bet.

Alternatively, you could construct a signup form with the Webform module. http://drupal.org/project/webform

For webform v2.x (not 3.x yet), you can also then use the Webform Block module to put the form into a block. http://drupal.org/project/webform

mshepherd’s picture

Sorry, 2nd link should have been: http://drupal.org/project/webformblock

rornelas’s picture

It provides an excellent UI signup page and offers all of the statistics that you need and viral push to the social networks.

Littlebob’s picture

I'd like to be able to do the same thing. Is there a module that does just this? Webform seem like a bit of overkill to me for something so simple.

jay.lee.bio’s picture

For those that are interested, I just 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 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

____________________

https://jay.lee.bio

warmth’s picture

Thank you Jay Lee, that solved my problem.