Hi friends, I coding a new payment plugin to my local payment gateway. The suscription proccess appears to be ok, and the transaction is stored in amember. After de thanks page, i click on my suscriptions form (amember/signup/index/c/) and all fields are populated with data of last transaction. How can clear the session transaction an clear this form? Thanks (sorry for my poor english)
This is expected and I don't see any issues here. Form data is stored into session to handle multi pages signup forms. It will be cleaned when user closes his browser window.