Hi all,
Anyone know how I can put a login block on to my Joomla school website that would allow me to enter username/pwd for my Moodle site?
(When I click the button it would take me through to Moodle)
Thanks
Hi all,
Anyone know how I can put a login block on to my Joomla school website that would allow me to enter username/pwd for my Moodle site?
(When I click the button it would take me through to Moodle)
Thanks

take a look here I've not tried it though![]()
Or use a bit of HTML in Joomla somewhere?
<form action="http://your.moodle.net/moodle/login/index.php" method="post" name="form" id="form">
<p><input type="text" name="username" size="15" /></p>
<p><input type="password" name="password" size="15" /></p>
<p><input type="submit" name="Submit" value="Login" /></p>
</form>
There are currently 1 users browsing this thread. (0 members and 1 guests)