I have a question about the signup module. The sign up form only shows fields for name and phone. At minimum I was hoping for an email field as well. Where did I go wrong, The docs seem to indicate and email field will be available.

Comments

dww’s picture

look at the big comment at the end of the signup.theme file in your signup directory.
it's weird, counter-intuative, and hard for non-developers to use, but it works. ;)

good luck,
-derek

p.s. that code pre-dates my maintenance of the module, you'll have to blame someone else for it. and i've been far too busy with project* and other things to give signup the proper lovin' it so desperately needs.

___________________
3281d Consulting

ghankstef’s picture

Thanks Derek - all clues are much appreciated

ghankstef’s picture

I just had to add an item to the array at the end of the file 'signup.theme'. Not so bad. No need to assign blame

BassPlaya’s picture

if you want to modify it and you don't know where to start
here's a suggestion: http://api.drupal.org/api/file/developer/topics/forms_api_reference.html...

Authentically,
BassPlaya