How can I edit the signup form?

Discussion in 'aMember Pro v.4' started by patmac, Jul 18, 2012.

  1. patmac

    patmac New Member

    Joined:
    Jan 23, 2012
    Messages:
    26
    So I'm trying to edit the generic signup form to automatically "check" a radio button if someone clicks a button from another page.

    I'm able to pass a GET variable through to the aMember signup form, but now I can't find where to test with that GET variable - the actual form code.

    I've found signup.phtml and _login-offer.phtml, but they only have things like:
    <?php echo $this->blocks('signup/login/before') ?>
    <?php include $this->_script('signup/_login-offer.phtml'); ?>
    <?php echo $this->blocks('signup/login/after') ?>

    <?php echo $this->blocks('signup/form/before') ?>
    <?php include $this->_script('_form.phtml'); ?>
    <?php echo $this->blocks('signup/form/after') ?>

    So... where would I go to edit the actual form to check a radio button like that?
  2. jjun0366

    jjun0366 New Member

    Joined:
    Jun 2, 2012
    Messages:
    20
    im doing the same thing.
    go to your sign up page and view the source. Search for the radio button area and for each radio button there is a variable checked="checked" value="5-5"

    The 5-5 is your product id which you append to your button URL.
    e.g. http://........../amember/signup/?product_id=5-5

Share This Page