HVENetworks Posted April 12, 2020 Share Posted April 12, 2020 Hey! I would like to create a custom captcha as a module. How would I do that? Is it even possible? 0 Quote Link to comment Share on other sites More sharing options...
CodeCo Posted April 13, 2020 Share Posted April 13, 2020 I think you'd need to contact WHMCS to buy the source code. If you don't have the money to.di that, post on the feature request page. 0 Quote Link to comment Share on other sites More sharing options...
Kian Posted April 13, 2020 Share Posted April 13, 2020 Action hooks is all you need. If needed here you can learn how to create a module. 1 Quote Link to comment Share on other sites More sharing options...
HVENetworks Posted April 13, 2020 Author Share Posted April 13, 2020 (edited) 31 minutes ago, Kian said: Action hooks is all you need. If needed here you can learn how to create a module. What hook though? Edited April 13, 2020 by HVENetworks 0 Quote Link to comment Share on other sites More sharing options...
Kian Posted April 13, 2020 Share Posted April 13, 2020 It depends on how you want to implement it and on what pages. For example I suppose that you'll need to inject css/js to initialize your captcha so ClientAreaHeadOutput is the way to go. ClientAreaPage should be used to assign/override Smarty variables that you will surely need. 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.