1. What would be an example of the select statement for all subscribers in a certain group who are active? 2. Is there a way to hardcode the phone number field (or additional field) so that it will take 3 input boxes (ie the first 3 digits, the second 3, then the last 4) and then put them together into the format you specify before inserting it into the database? Can it be hardcoded into the signup.php and member profile pages? 3. When a referral gets sent from a ClickBank URL and the CB cookie is set, I take the affiliate ID out of it and would like that if the referral wants to buy a product, all other payment methods except clickbank are hidden in signup.php. Is this possible? 4. I want to try at best to limit subscribers to 1 trial per person. Does free signup check against both unique email and IP to make sure a person can't sign up twice? Thanks. Justin