Mit * markierte Felder sind obligatorisch.
Kontakt
Programme Management
Marketing & Admission
<script>
function build_JSON_Data(){
var data = {};
if($('#powermail_field_geschlecht').val() == 'weiblich'){
data['Salutation'] = 'Ms.';
}else{
data['Salutation'] = 'Mr.';
}
data['FirstName'] = $('#powermail_field_vorname').val();
data['LastName'] = $('#powermail_field_nachname').val();
data['Email'] = $('#powermail_field_e_mailadresse').val();
data['Citizenship'] = $('#powermail_field_nationalitt').val();
data['Country'] = $('#powermail_field_aufenthaltsland').val();
data['Phone'] = $('#powermail_field_mobiltelefonnummer').val();
data['ProgramType'] = '';
data['Linkedin'] = '';
data['Xing'] = '';
data['Source'] = 'Contact';
if(data['Citizenship'] == '---')
data['Citizenship'] = '';
return data;
}
document.addEventListener("DOMContentLoaded", function(event) {
$("form[method='post']").one("submit",function(e){
e.preventDefault();
if ( $('#powermail_field_privacypolicychoice_1').prop('checked') ) {
$.post("https://business-school-uoc.secure.force.com/services/apexrest/BrochureDownload",build_JSON_Data(),function(result){}).always(function(){$("form[method='post']").submit();});
} else {
console.log("No agreement, no data sent");
}
});
});
</script>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "EducationalOrganization",
"logo": "https://www.wiso.uni-koeln.de/sites/emba/cremba/images/UoC-BusinessSchool.png",
"address": {
"@type": "PostalAddress",
"addressLocality": "Köln",
"postalCode": "50931",
"streetAddress": "Universitätsstr. 24"
},
"contactPoint": [{
"@type": "ContactPoint",
"name": "Sabine Kuschel",
"email": "sabine.kuschel@uni-koeln.de",
"image": "https://www.wiso.uni-koeln.de/sites/emba/cremba/images/kuschel.jpg",
"telephone": "+49-221-470-7943",
"contactType": "customer service"
},
{
"@type": "ContactPoint",
"name": "Aurélie Civel",
"email": "aurelie.civel@uni-koeln.de",
"image": "https://www.wiso.uni-koeln.de/sites/emba/cremba/images/civel.jpg",
"telephone": "+49-221-470-7970",
"contactType": "customer service"
}
],
"name": "University of Cologne Executive School gGmbh",
"url": "https://www.wiso.uni-koeln.de/de/business-school/",
"sameAs": ["https://www.facebook.com/cologne.rotterdam.emba/",
"https://www.linkedin.com/company/10281824",
"https://www.xing.com/companies/universityofcologneexecutiveschoolggmbh"]
}</script>