Closed (fixed)
Project:
Signup
Version:
5.x-2.1
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Jul 2007 at 13:31 UTC
Updated:
27 Sep 2008 at 08:02 UTC
I am building a website where the visitors should to signup for different courses. The registration form contains a lot of custom fields, 12 to be more precise (name, address, phone, dog name, etc.).
An administrator should be able to work with the registration data in several ways, e.g.:
- generate an invoice with data from registration.
- generate a custom list with some of the data from all the participants on that course.
Which is the best way to use the information from the signup process in another module or content type?
Or is it a better idea to build a custom module instead of using signup if you have these type of needs?
Regards,
Mattias Eriksson
Enwebb
Comments
Comment #1
adrinux commentedYou can do a lot with Views module. Certainly the list of data from participants is possible using views. The invoice may be trickier - and in fact you might want to look at ecommerce module if you are actually charging for events (and not use signup at all).
Comment #2
jenlamptonDid you check out the COD project?
http://groups.drupal.org/conference-organizing-distribution
Jen
Comment #3
dwwSeems like this is long resolved.