How create a DRY workflow for associating phone numbers with users.
- by aaroninfidel
Hi there,
So basically what I'm working with is a database full of phone numbers.
if I get one of those users from that phone database and they sign up to my website I want to automatically associate the number from the database that is already present, how would I go about linking those 2 tables together once a user signs up?
-Aaron