Problems with registration form
-
Hi all,
I am trying to include a registration form in one of our landing pages and I just used the form exactly as used in the /register page and included a script like below.
<script> require(['forum/register'], function(register) { register.init(); }); </script>
But it doesn't seem to be working. Can some one point me in the right direction? Thanks
Copyright © 2024 NodeBB | Contributors