Custom buttons not working when inside module - Joomla! Forum - community, help and support
so when put these buttons inside article worked fine.
as put them in module (so show them dependent on if user logged in or not) stopped working.
the first button takes registration page
the second button takes log in page
*both via menu items
but when in module first button takes log in page , second stays blank on index.php
code follows below:
any appreciated.
as put them in module (so show them dependent on if user logged in or not) stopped working.
the first button takes registration page
the second button takes log in page
*both via menu items
but when in module first button takes log in page , second stays blank on index.php
code follows below:
code: select all
<div style="text-align: center;">
<form action="http://get2gethersports.com/edit-user-profile?view=registration" method="get">
<button type="submit"> join </button>
</form>
<form action="http://get2gethersports.com/index.php?option=com_users&view=login" method="get">
<button type="submit"> login </button>
</form>
</div>
any appreciated.
got work used css rather form
Comments
Post a Comment