▪️Registration page
This document describes how to customize UI and fields in the registration page for the affiliates.
You can also check Registration API if you want to implement own registration page
Smartico is providing a default affiliate registration page for all operators.
An Example of the page can be seen at this address - https://aff.theaffiliateplatform.com/
The page is supporting
Different languages
All the texts can be adjusted by the operator from Smartico BackOffice
Can be customized with CSS and additional JavaScript from the Smartico BackOffice.
The page can accept different parameters in the URL
https://aff.theaffiliateplatform.com/?lang=uk - opens in the specified language
https://aff.theaffiliateplatform.com/?tc=true - opens Terms & Conditions window
https://aff.theaffiliateplatform.com/?mgr=123 - registered affiliate will be assigned to the manager with ID 123 and the affiliate will be automatically approved. You can prevent automatic approval by adding &auto_approve=false to the URL
https://aff.theaffiliateplatform.com/?paff=456 - affiliate will be assigned as a child to the affiliate with ID 456
https://aff.theaffiliateplatform.com/?registration_source=FB123 - affiliate will be marked with the tag FB123 as the registration source
Customizing page UI
You can provide custom CSS, colors, and background of the page in the Settings \ Custom CSS & JS sections. Please check the example below
Change the set of required fields
You can change a set of required fields in the Settings \ Custom CSS & JS section. Please check the example below
You can also make some fields optional or even hide them
Last updated