Primary

[affiliates_fields]

Shows the registration fields and allows the affiliate to modify them (except the username).

This shortcode allows the use of the following attributes:

  • edit: Default to “yes”, allows to determine whether the field values can be modified by the affiliate or not.
  • nameallows to indicate which fields are to appear, if used, only the indicated fields will appear and in the order given; to identify a field, the field key must be given, for example first_name, last_name, password
[affiliates_fields edit=“no”] 

The affiliate cannot edit the field values, otherwise the form is intended for affiliates to be able to maintain their information up-to-date

[affiliates_fields edit=“no” name=“user_login, user_email, password”] 

This reduces the fields rendered to the set of fields listed (user_login, user_email, password)

 

Useful example to embed on your page for affiliates already logged in:

[affiliates_is_affiliate]

Welcome to your affiliate area. here you can find information about your affiliate link and earnings.

Affiliate Information

[affiliates_fields]
[/affiliates_is_affiliate]

Your page will show:

Screen Shot 2015-02-11 at 18.59.13

Go to Affiliates > Settings > Registration under section Affiliates Registration Form option to adjust the registration fields.