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:

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

Popular posts from this blog

Warning, the Safe Path is not accessible vm3 - Joomla! Forum - community, help and support

uppercase letters in url - Joomla! Forum - community, help and support

Joomla! Update is not offering Joomla 3 - Joomla! Forum - community, help and support