By lsolesen on
I use the signup module and it works great. However, I need to specify more fields. In the standard installation there are two fields. Name and Phone. But I need some additional fields together with the signup. How do I do that?
--
Lars
Comments
See INSTALL.txt
See point #2 in the signup/INSTALL.txt file
2. (Optional) Customize the form presented to users when signing up
for content on your site. Unfortuantely, there is not yet a way to
do this from within your site, you must modify a theme function to
change this form. See the comment above "theme_signup_user_form()"
in the theme/signup_form.inc file. If you want to change the form,
you should define your own version of theme_signup_user_form() in
your site's theme (e.g. as phptemplate_signup_user_form()).