Prénom*
Nom*
Courriel*
Entreprise*
Téléphone*
SujetDemandes généralesMaintenance et service
Questions/Commentaires
jQuery('#subject').on('change', function() { if(jQuery("#subject option:selected").val() == "Maintenance et assistance") { jQuery('#recipient').val("[email protected], [email protected], [email protected], [email protected]"); } else { jQuery('#recipient').val("[email protected], [email protected]"); } });