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