be-digital
Member
Posted 2 years ago #
hey all
i need to add a place on my site to collect users name and email and save to a database, so i can email them at a later date?
is there a plugin for this...is it possible?
i'm a flash developer and only just started wordpress, many thanks inadvance
If you go to /wp-admin/options-general.php and turn 'Membership' on (so anyone can register).
Then just point your visitors to /wp-login.php?action=register. Anyone that signs up will get added to the wp_users table.