Skip to content

Instantly share code, notes, and snippets.

Create instance of moodle form
<?php
$default_form_data = array ('disabled_select' => true);
$my_form = new my_form($default_form_data);
$my_form->display();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment