I'm afraid I'm not looking at the right place, I spent last few days try to find how to customize/change the default user registration form (the default one has just id and password and I would like to have more user info, such as company name, address, user's name/address, etc.) and what I found on the net/drupal site is how to change modules. I've downloaded webform and curious to know if I can just create a new registration form using webform and then link it or replace it with Drupal's default one? If it's possible, can someone please point me how to do it? Could you please be so kind and give me step by step instructions? I'm new to this and not that familiar with php.
Thanks for your comments/suggestions.
Michael
Comments
i'm not sure what options
i'm not sure what options webform will give you, but note that you can do this entirely through Drupal's UI (i.e. with no custom coding) using the core profile module.
hth
thanks so much arh1, i feel
thanks so much arh1, i feel so dumb now, i should have checked there before, this is exactly what i'm looking for.
TIA
Michael
Einstein: "The world is a dangerous place to live; not because of the people who are evil, but because of the people who don't do anything about it."
If you want to do anything more advanced...
The Profile module should do what you need, but if you want to do anything more advanced, there's a useful tutorial on theming the user registration form over at 11heavens.
Customizing pages
Hi,
I have created the fields which i want in registration page using profile module. I want to change the layout of registration page. i have the HTML page for the registration page which needs to be replaced instead of basic registration page but have the same functionality only the layout will be changed.
how can i do it?
plz help as i am very new to Drupal.