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
Sure. If the internal field name is "fieldname", use signup url like: http://www.yoursite.com/amember/signup.php?fieldname=preselectedvalue
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
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