How do I add placeholder text to an email where I want to provide affiliates THEIR affiliate link to a SPECIFIC product rather than their general affiliate link. The only option available in the email placeholder menu is: %user.aff_link% Question Two: Is there a way to add a coupon code to the URL to a product? Thank you very much, D'vorah
Hello D'vorah, 1. Add link to specific product: Did you create separate links for products? aMember CP -> Affiliates -> Banners and Links You can see that each link just add suffix to general link eg.: ?i=1 So you can use placeholder for general link (with dynamic part) and append this suffix literally ie.: Code: %user.aff_link%?i=1 %user.aff_link%?i=2 %user.aff_link%?i=3 2. Add coupon to URL You need to add Coupon brick to your signup form first: aMember CP -> Configuration -> Forms Editor -> (edit) and then just append coupon GET parameter to form url eg.: https://www.amember.com/amember/signup?coupon=76ECF909 Best Regards.