add a pdf file in php code

add a pdf file in php code

by Davide Lista -
Number of replies: 0

Hi,

I need to add a pdf file reachable through a link placed on the "I accept policy" sentence, how can i do that changing the PHP code?

This is the code:

        $mform->addElement('checkbox', 'checkbox', 'I accept policy');

        $mform->addRule('checkbox', get_string('required'), 'required', null, 'client');

        $mform->setType('checkbox', PARAM_INT);

Average of ratings: -