[Solved] Tip to redirect user registration (Juser plugin) - insufficient classical method

georgie

Member
Hello

Please, I redid the Joomla registration form with Fabrik, following the doc and using the dedicated form plugin (JUser plugin).
It works very well and I'm very happy with it, it's much better than the default Joomla form.
#Fabrik

I also redirect the link "https://myweb.site/index.php?option=com_users&view=registration" toward my Fabrik form.
Good, I do it in a template override here:
templates/mytemplate/html/com_users/registration/default.php
Where I set:
Code:
<?php
  header('Location: MyFabrikForm');
  exit();
?>
It works vey well also, great!

But sometimes, some robots register without going through my Fabrik form. I'm sure because these entries do not match with my validation rules, but only with the few fields in the default Joomla form.

Please, did I forget something?
Do you have any tips to improve my practice and redirect all the doors to registration to my Fabrik form?

Thanks
 
We are in need of some funding.
More details.

Thank you.

Staff online

Members online

Back
Top