Hello, I have already collected the users information by the time they are ready to transfer over to the payment processor. In my case its ccbill is it possible to skip the amember signup page entirely. I edited the template to pull the session variables and then use jquery to autosubmit the form but for people that have no javascript this will not work for them. Any thoughts ? Thanks
You will need to modify signup.php and get info from session instead of post. So you collect info -> put it to session -> redirect user to signup page -> On signup page get info from session, then aMember will redirect user to ccBill