Address Box Placement

Discussion in 'Customization & add-ons' started by pvsllc, Jan 19, 2010.

  1. pvsllc

    pvsllc New Member

    Joined:
    Jan 15, 2010
    Messages:
    5
    Hi,
    I'm new to amember and was wondering if anyone knows how I could place the address box on the sign up form right below the user name and address. Currently it appears all the way down after my added fields.

    Thanks
  2. davidm1

    davidm1 aMember User & Partner

    Joined:
    May 16, 2006
    Messages:
    4,437
    Copy from
    {if $config.use_address_info}
    to
    <td><input type="text" id="zip" name="zip" value="{$smarty.request.zip|escape}" size="6" />
    </td>
    </tr>
    {/if}

    to the other location you want.

    David
  3. erwinvdb

    erwinvdb aMember Pro Customer

    Joined:
    Aug 30, 2007
    Messages:
    264
    Yep, like David wrote, move those lines to the other location.

    And... the file you're looking for to edit is:
    <amember directory>/templates/signup.html
  4. pvsllc

    pvsllc New Member

    Joined:
    Jan 15, 2010
    Messages:
    5
    Thanks much! It worked :)

Share This Page