Your cart is currently empty!
Terms and Conditions Checkbox When New Affiliate Signs Up
—
by
This is more of a feature suggestion. Since the Affiliate area is its own self-contained section of the site, it seems like there should be some way of forcing new affiliates to accept terms & conditions of the affiliate program before granting them access. Is this possible currently or is it in the works? Maybe I’m missing something really simple? Thanks.
Posted in Affiliates Pro
Comments
4 responses to “Terms and Conditions Checkbox When New Affiliate Signs Up”
How do we find this terms_post_id?
Hi,
you must create a post with your terms and conditions, and use the post’s id (ex: XX) in the sortcode, like as:
[affiliates_registration terms_post_id="XX" /]
cheers
Just to clarify: when the terms_post_id attribute is given, an explicit statement of acceptance is added to the form and it is linked to the post where these terms appear.
Hi,
you can use “terms_post_id” attribute, for example:
[affiliates_registration terms_post_id="5" /]
More info in documentation.
This shows the terms & conditions, but isn’t a mandatory checkbox, it looks interesting, thanks for the feedback.
cheers