Preselect Radio Buttons on signup.php

Discussion in 'Templates customization' started by nytix2, Apr 18, 2007.

  1. nytix2

    nytix2 aMember Pro Customer

    Joined:
    Jul 28, 2003
    Messages:
    41
    Is there anyway to preselect the radio button on the signup.php, depending on where the user is linked from - IE is there a parameter I can pass in the link from another page to preselect the relevant radio button - I want the client to be able to see the full set of choices available, but to have their relevant Radio button already pre-selected
  2. alex

    alex aMember Pro Customer Staff Member

    Joined:
    Jan 24, 2004
    Messages:
    6,021
  3. nytix2

    nytix2 aMember Pro Customer

    Joined:
    Jul 28, 2003
    Messages:
    41
    Thx Alex , I should know that - Can you tell me how to...

    Seperate two parameters in the URL link like:
    signup.php?product_id=1 paysys_id=paypal_r

    I tried ? , and every other character I could think of.

    thx in advance
  4. nytix2

    nytix2 aMember Pro Customer

    Joined:
    Jul 28, 2003
    Messages:
    41
    Character required to seperate the arguments

    OK, so far I have tried everything on the keyboard, can you advise what character is required to seperate the arguments mentioned
  5. alex

    alex aMember Pro Customer Staff Member

    Joined:
    Jan 24, 2004
    Messages:
    6,021
    it is of course not specific for aMember, use ampersand &

    signup.php?product_id=1&paysys_id=paypal_r

Share This Page