AlkAddCtrl('form_13',
'nom',
'text',
true,
'nom', '', '', '', '', false, ''
);
AlkAddCtrl('form_13',
'prenom',
'text',
true,
'prenom', '', '', '', '', false, ''
);
AlkAddCtrl('form_13',
'courriel',
'email',
true,
'courriel', '', '', '', '', false, ''
);
AlkAddCtrl('form_13',
'service',
'select',
true,
'service', '', '', '', '', false, ''
);
AlkAddCtrl('form_13',
'message',
'memo',
true,
'message', '', '', '', '', false, ''
);