Skip to main content

Printed Programme Opt-Out Form

Programmes will be sent out to all delegates contributing to the 2022 IMC programme unless you notify us otherwise using the form below.

Please note: Attendees not participating in the programme who require a copy of the printed programme should email imc@leeds.ac.uk rather than using the below form.

    About You




    Printed Programme Opt-Out

    As part of our commitment to sustainability, we are keen to reduce the number of printed programmes sent out by post. Please indicate here if you would like to receive a copy of the printed programme:

    First Name: '+inputs[i].value+'

    ';
    }
    if ( 'last_name' === inputs[i].name ) {
    outputs.last_name = '

    Last Name: '+inputs[i].value+'

    ';
    }
    if ( 'user_email' === inputs[i].name ) {
    outputs.user_email = '

    Email: '+inputs[i].value+'

    ';
    }
    if ( 'programme_opt_out' === inputs[i].name ) {
    outputs.programme_opt_out = ( inputs[i].value.indexOf('Yes') === 0 ) ? '

    You have chosen to receive a copy of the printed programme by post for IMC 2020

    ' : '

    You have chosen to collect a copy of the printed programme on arrival at IMC 2020

    ';
    }
    }
    if ( outputs.first_name && outputs.last_name && outputs.user_email && outputs.programme_opt_out ) {
    var outputStr = '

    You can find a summary of your information below.

    ';
    outputStr += outputs.first_name+outputs.last_name+outputs.user_email+outputs.programme_opt_out;
    outputStr += '

    If you have any queries, don’t hesitate to get in touch with us using the contact details below.

    ';
    outputStr += '

    IMC Administration
    International Medieval Congress
    Institute for Medieval Studies
    Parkinson 1.03
    University of Leeds
    Leeds
    LS2 9JT

    ';
    outputStr += '

    Tel: +44 (113) 343 3614
    Fax: +44 (113) 343 3616
    imc@leeds.ac.uk

    ';
    document.getElementById('printed_programme_opt_out').innerHTML = outputStr;
    }
    }, false );