Added: 05/06/2013 | Updated: 8 Years Ago
Question If I have several membership types and they are free, how I can have it so a member is put into that membership when they join?
Answer
When editing the membership, in the URL at top you can see the id for the membership. Then, use that id for the membership and add it to the url as shown below replacing the id number with ID:
/join/USERNAME?membership=IDSo, for example if it is for username john and membership id 3 it would look like:
/join/john?membership=3Or if putting it inside the WYSIWYG of a capture page you would put the following code for membership id 3
/join/~username~?membership=3