By eatanicecream on
Hi everyone - hoping that someone can help.
How do I add custom fields to the signup form generated by the signup module?
Hi everyone - hoping that someone can help.
How do I add custom fields to the signup form generated by the signup module?
Comments
enable the profile module and
enable the profile module and add your fields to it..
mark them required.. and voila.. they show up on the signup page..
Thanks - I've done that now.
Thanks - I've done that now. How do I make them appear in the form?
once you've created fields in
once you've created fields in the profile module they automatically show up in the signup form..
I don't understand this. They
I don't understand this. They don't show up in my form...are you sure there is nothing else I need to do to associate the profile or category with the particular form?
It seems strange - if they just appear in the form automatically that would mean that you can only have one form on the site at any given time. Surely, that's not the case?
Just to clear this issue up -
Just to clear this issue up - OP is talking about the signup module that hooks into events, not the registration form.
I think wingie misunderstood your request
If you want to add fields to a signup module form, try the info here:
http://www.darcynorman.net/2006/12/12/custom-fields-in-drupal-event-sign...
If you want to make a field required, add the following to the appropriate fields in the code:
'#required' => TRUE,