Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.
BUG & SOLUTION: Register Account not working on 4.4RC1 and Flat theme
- Enabled Joomla user registration, System - Jomsocial Redirect is set as needed.
- Flat Theme is default:
Register Account does not work :(
- jomsocial Theme is default:
Register Account works :)
- What is problem in Flat theme:
\components\com_community\templates\Flat\layouts\frontpage\guest.php
line 78
<button class="joms-button--signup"
should look like
<button class="joms-button--signup" type="button"
Register Account in Flat theme is moved into form while in jomsocial theme is outside form element.
more options:
like: type="reset"
stackoverflow.com/questions/2906582/how-...hat-acts-like-a-link