How do I redirect to a page after sign-up and stay signed in?

I’ve created a custom sign-up form and once I press the sign up button, it directs me to the page I was previously on.

I’ve been able to redirect to the page I want (a membership page), however:

  1. It doesn’t keep me logged in as the member that I signed up as and
  2. The fields in the form weren’t collected

I currently have this as my code:


I’m in no way proficient at coding but piece-mealed a couple of discussion topics together to do this.

Any help is appreciated! Thanks!