I'm looking to create a custom sign up template for Stripe. This would mean integrating the sign up form within a page that already exists on my website, and editing it, so that only certain bricks are used, and that they are edited to appear differently. Is this possible under the current aMember software (4.7)? If not, would anyone with expertise in this field be willing to complete the work for payment? Thanks!
You can't include signup page outside of aMember yet, but you can change signup template itself the way you need. Have a look: http://www.amember.com/docs/Custom_Signup_Forms
Hello, I have a related question. I am trying to format a new theme for the amember sign up page for my website. I have created the /themes/mysite/ dir as per your instructions ( and adding layout.phtml, and signup/signup.phtml). How can I link the theme to my overall site .css style? In my theme's layout.phtml I try to give it the path to the css style file I want: <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>ESD Sign Up</title> <link href="../../../../../../styles/master.css" rel="stylesheet" type="text/css" /> </head> but none of the code in the layout.phtml responds. It's as if the .css file is being ignored. Any ideas? Thanks. Craig Wallace
if you have your styles folder in site root. use this code: Code: <link href="/styles/master.css" rel="stylesheet" type="text/css" />