Hi

I want to append few fields to my registration form. I am using a profile module.
Question 1.: I will use email address as username. How can I append a email confirmation field, where user should retype his email 2nd time?
Question 2.: How can I create a country list in registration form usign database table, where countries are stored? (I created addition table `countries`, with fields `id` and `country_name`)

Thanks

Edited by WorldFallz - moved to appropriate forum.

Comments

infotechnologist’s picture

http://drupal.org/project/email_registration
http://devworks.transpatial.com/?q=node/4 - I think this is for drupal 4 but it'll give you some general ideas...
http://forum.civicrm.org/index.php?topic=134.0 <- Something your doing is kind of similiar to what he is doing except he is doing zipcodes..perhaps you could
take the zipcode module and make a few modifications.