Bypass signup page

Discussion in 'Payments processing' started by datarecall, Jul 27, 2011.

  1. datarecall

    datarecall New Member

    Joined:
    Feb 3, 2011
    Messages:
    2
    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
  2. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    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

Share This Page