Hi everyone - hoping that someone can help.

How do I add custom fields to the signup form generated by the signup module?

Comments

wingie’s picture

enable the profile module and add your fields to it..
mark them required.. and voila.. they show up on the signup page..

eatanicecream’s picture

Thanks - I've done that now. How do I make them appear in the form?

wingie’s picture

once you've created fields in the profile module they automatically show up in the signup form..

eatanicecream’s picture

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?

luyendao’s picture

Just to clear this issue up - OP is talking about the signup module that hooks into events, not the registration form.

aubjr_drupal’s picture

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,