I am using Moodle 2.3
I am trying to add help button to my self registration form in moodle. I am making changed in
/login/signup_form.php page.
I am using:
$mform->addHelpButton('country','country','moodle');
This creates a help icon on the page. But clicking on the icon it loads the help information on the same page. The pop up doesn't work. No JavaScript errors found in firebug.
Plz help