A referral portal lets your users easily share their referral link and track their referral progress. GrowSurf provides the following low/no-code solutions.
GrowSurf also provides a hosted referral portal, which comes out-of-the-box with every campaign. Custom domains are supported (e.g, https://refer.yoursite.com).
The GrowSurf window is a popup that will display the user's unique referral link, along with other details like their referrals and rewards. You can make it open when a user clicks on a button in your UI. Simply add the CSS class growsurf-window-open
to your button and pass in your logged-in user's email address to the data-grsf-email
data attribute.
Copy/paste this code:
<a class="growsurf-window-open"
data-grsf-email="[email protected]"
data-grsf-first-name="Gavin"
data-grsf-last-name="Belson">
Give $100, Get $100
</a>
Create your own "Refer and Earn" page and simply paste
Embeddable Element snippets onto it to create your own user portal. When your users are logged in, they will automatically see their referral link and can start sharing without having to sign up. If they don't have a referral link yet, one will automatically be generated for them if you pass in their email address in the
data-grsf-email
attribute.
Referral Link
- Embed a referral link widget directly into your user portal
Copy/paste this code into your user portal:
<div data-grsf-block-form
data-grsf-email="[email protected]"
data-grsf-first-name="Gavin"
data-grsf-last-name="Belson"
></div>
Invite Form
- Let your users send direct email invites to their friends
Copy/paste this code into your user portal:
<div data-grsf-block-invite></div>
Copy/paste this code into your user portal:
<div data-grsf-block-referral-status></div>
Previous
Next
Embeddable elements can be customized to match your brand's look and feel. See our
docs for more details.
Connect to an email service provider (ESP) integration to display referral links to your users from your own emails.
Display referral links in your transactional and promotional emails