Aprs avoir install le module copier le code suivant dans le template "contact-form.tpl" de votre thme
After the module installation paste the folowing code in your theme template file "contact-form.tpl"

{if $captcha}
<p>
<label for="captcha">{l s='Captcha'}</label>
<div id="captcha-box">{$captcha}</div>
</p>
{/if}
