We are using aMember Pro to manage a members-only area on our site. We are part of a national organization, which provides us with a periodic database (Access and/or MySQL) of national members. Is there a way to configure the program to validate the member number (it is being used in aMember as a user name at signup) and the members name against the national database, and automatically approve those found in the database? Ideally, we would also like to have the subscription expiration match the membership expiration in the database. Thanks, -Greg
I could seriously benefit from this kind of functionality also. I need to be able to cross reference the User Details such as names and dates of birth in the aMember database with other databases, and enable other sites to check that the details a user enters on their site match the details in the aMember database. I know this would take quite a bit of work - but I would be willing to contribute to development time with you...
Tried using AJAX to do this on signup.php? You could do this with AJAX on the signup.php form. By adapting the code here, you could to this yourself.
Tried using AJAX to do this on signup.php? You could do this with AJAX on the signup.php form. By adapting the code here, you could do this yourself.