AlkAddCtrl('form_11',
'nom',
'text',
true,
'nom', '', '', '', '', false, ''
);
AlkAddCtrl('form_11',
'prenom',
'text',
true,
'prenom', '', '', '', '', false, ''
);
AlkAddCtrl('form_11',
'courriel',
'email',
true,
'courriel', '', '', '', '', false, ''
);
AlkAddCtrl('form_11',
'message',
'memo',
true,
'message', '', '', '', '', false, ''
);