Simplified signup form on marketing site

Discussion in 'aMember Pro v.4' started by chriswillow, Sep 25, 2012.

  1. chriswillow

    chriswillow New Member

    Joined:
    Sep 20, 2009
    Messages:
    4
    I'm looking for a way to have the signup form right in the marketing site (on same domain but outside amember).

    This will be for a free trial (no subscription) and the form has only the basic fields:
    Full name
    Email
    Password

    I've heard 4.2.10 has custom signup form (I'm on 4.2.3), but not sure if it's of any help.
    What's the simplest way to achieve this?
  2. davidm1

    davidm1 aMember User & Partner

    Joined:
    May 16, 2006
    Messages:
    4,437
    I dont think the form will work the way you think- the forms are for the same domain, within the amember system.

    I would make a form in amember, then view the form, and copy the html to the new site- fixing the post URL stuff.

    David
  3. chriswillow

    chriswillow New Member

    Joined:
    Sep 20, 2009
    Messages:
    4
    This actually worked out fine. I didn't want the email confirmation, so made the field hidden and added this javascript, in case someone else has this problem:
    Code:
    $('#_qf_page-0_next-0').click(function(){
    $('#_pass-0').val($('#pass-0').val());
    });
    

Share This Page