
How do I restrict signups to friends of friends only?
If you want to limit signups to only users that were referred directly by another user. (ie with a social share id code ), you can add the following script to the footer in the "Headers & Scripts" section of your dashboard.
- Open the dashboard to your landing page
- Select "Add Headers and Scripts"
- Paste the code you see above
- Save.
- (optional) If you are comfortable doing so you can edit the form message sent to people that don't have a code.
Now your page will only display the signup form if they person visiting the page had a referral code.
PS: To view the form on the page you'll now have to add the social ID parameter like the following: http://get.mypage.com/?kid=1234
P.P.S: You probably want to start this referral marketing with your own social ID on your site. Just go to the site and sign up to get your unique URL... and use that to refer people to the site.
Technically Speaking: Please note, this uses JavaScript to hide the form. It is not a 100% guaranteed way to restrict signups, but it should do the trick for most landing pages.

