Hi,
I am new to Drupal; need support in implementing Signup for an event on my site. I am running Drupal 6.15 and have a custom theme implemented on the site.
Currently working on the local system.
Here is what all I have done so far:
1. I have Signup module enabled. Additionally I also have CCK, Views & Event modules enabled.
2. Have left the default settings for Signup under Administer > Site configuration > Signup
3. I wish to allow signups for Event node type; Event node type is enabled for signup (by default)
4. In Administer > User management > Permissions , I have ticked 'sign up for content' for anonymous user.
5. I have Views version 6.x-2.8 installed.
Now what?- How and where can I get to see my Signup form? I want a separate page for the Sign up.
Thanks in advance.
Vi
Comments
Comment #1
yaoweizhen commentedgo to node edit page, you can find "signup settings", default is disabled, so you enable it and see signup form on node page.
Comment #2
gregglesThanks for answer yaoweizhen!