// ******************************************************************************** // This needs to be placed in the document body where you want the widget to render // ********************************************************************************
new DESK.Widget({
version: 1,
site: 'makemode.desk.com',
port: '80',
type: 'email',
displayMode: 1, //0 for popup, 1 for lightbox
features: {
},
fields: {
ticket: {
// desc: '',
// labels_new: '',
// priority: '',
// subject: '',
// custom_make_status: '',
// custom_rush: '',
// custom_laser_cutting_material_list: '',
// custom_basswood_thickness: '',
// custom_acryliccolor: '',
// custom_multiple_materials: '',
// custom_estimated_time: '',
// custom_museum_board_color: '',
// custom_cardstock_color: '',
// custom_birch_thickness: '',
// custom_chipboard_thickness: '',
// custom_acrylic_thickness: '',
// custom_file_attachment: '',
// custom_museum_board_thickness: '',
// custom_3d_printing_material: '',
// custom_units: ''
},
interaction: {
// email: '',
// name: ''
},
email: {
//subject: '',
//body: ''
},
customer: {
// company: '',
// desc: '',
// first_name: '',
// last_name: '',
// locale_code: '',
// title: '',
// custom_test_laser_material: ''
}
}
}).render();