Hi,
I'm new to Drupal. I would like to add fields to the login tobboggan or create a similar form. What is needed is for anonymous users to be able to submit information and then be sent a validation email to log into a page on our site. I have searched but nothing seems easy or there is no existing module for this. I hoped that I would not have to code the whole thing. Login Tobboggan seems to work well but we need to gather a little more info. (Ex first and last name, address, phone etc.) I have some knowledge in forms for html but this is not enough to get things working. I have a few modules installed to build forms and that is not so hard to understand but this is not as powerful enough to set the user, password, send an email confirmation, etc. Is there anyone who could send me in the right direction?
Thanks,
jeff
Comments
The profile module is part of
The profile module is part of Drupal core. It is optional and is probably not enabled on your set up. Enable it on you modules admin page. You can add as many fields as you want. You will find the control panel for adding fields in the user settings @ http://yoursite.com/admin/user/profile No coding required.
Thanks, dougzilla. That
Thanks, dougzilla. That worked!! I looked for 2 days for a solution and found nothing that helped. I guess I should have just posted the question here first.
Thanks again.
no problemo, glad it worked
no problemo, glad it worked out for you