ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 24,649
- Points
- 823
Reputation:
Hi all, attempting to curb bot downloads by adding in a Captcha requirement in order to download a resource while a guest/unregistered.
I've successfully modified the resource sidebar to have the download button moved there. Now I'm trying to have it so that a captcha requirement needs to be completed before the download becomes available. I've been trying to incorporate a version of this line from the register_form template:
Code:
Read more
Continue reading...
I've successfully modified the resource sidebar to have the download button moved there. Now I'm trying to have it so that a captcha requirement needs to be completed before the download becomes available. I've been trying to incorporate a version of this line from the register_form template:
Code:
<xf:captcharow label="{{ phrase('verification') }}" hint="{{...
Read more
Continue reading...