I have a script that generates a custom key and stores it to a DB. A need aMember to have a field for this key, check it against the DB, if it exist signup can continue if not it will not allow the person to register. I am new to aMember so any advice would be great. -Snow
Snow, You have to create special brick for signup page that will add your additional field to signup page. For brick examples check /amember/application/library/Am/Form/Brick.php also you have to create HTML_QuickForm2_Rule that will validate your field. http://pear.php.net/reference/HTML_QuickForm2-latest/HTML_QuickForm2/HTML_QuickForm2_Rule.html