Is there a way I can import users into amember and place them in a category that gets synched but they must agree to the terms of use or some field which isn't fully filled out? I want to have a record that they agree to the Terms of use and that won't happen with imported users if they have never logged in before. Perhaps I can import into free membership with some item that requires them to agree to the TOS, even if it means after they login they have to then agree. Additionally, is there a way to record the date someone registers, for example, a hidden field?
Hi, 1. This is possible as customization. aMember have 'i_agree' field that filled when user accept agreement. So this is possible to chek that field on login and if it is not set, direct user to agreement page. 2. amember_members.added have user's signup date.