Moodle username

Moodle username

Win Ko發表於
Number of replies: 2

I have a PDF form created using Adobe LifeCycle Designer. There is a textfield in the PDF form and I'd like to pass current Moodle username to it when a user opens the PDF file. When a user prints it out his/her username will appear on the textfield.

評比平均分數: -
In reply to Win Ko

Re: Moodle username

Randy Thornton發表於

If it will take this as a URL parameter, you can pass a fair number of variables including username as parameters using the URL resource: http://docs.moodle.org/25/en/URL_resource_settings#URL_variables

In reply to Randy Thornton

Re: Moodle username

Win Ko發表於

Thank you, Randy. Now, I need to find out how to transfer URL parameter to a textfield.