Hi! I am trying to make a one page sign-up with Authorize Aim. All fields must be displayed in one page (i.e. email, name, password, credit card info). I have read Alex's reply about the same question asked by another user in the forum: ----------------------------> Here is what you need to do in short: 1. Modify signup.html template and add form from /amember/templates/cc/cc_info.html 2. Modify signup.php and save all CC variables into session. 3. Modify /amember/plugins/payment/cc_core/cc.php and restore variables from session if set at the top of the file. That's the simples way. <----------------------------- But I could not make it work. The form was set to submit to signup.php and signup.php doesn't contain any reference to cc.php. Can you please provide specific steps on this? Thanks