sforum
Active member
I want to use the Contact Us form so that people can contact me about advertising enquiries.  However, this shows the "Question & Answer CAPTCHA" by default for guests, and I would rather it didn't.
 
Is there any way I can remove the Question & Answer CAPTCHA from the Contact Us form? I tried commenting out the following from the contact template:
 
	
	
	
		
...but this simply hides the captcha, so when you try to submit the form it gives an error about not answering the captcha question correctly!
Basically, I want guests to be able to email me, from a Contact Us style form, without having to deal with a captcha of any kind. Is that possible?
Thanks.
				
			Is there any way I can remove the Question & Answer CAPTCHA from the Contact Us form? I tried commenting out the following from the contact template:
		Code:
	
	<xen:include template="helper_captcha_unit" />
	Basically, I want guests to be able to email me, from a Contact Us style form, without having to deal with a captcha of any kind. Is that possible?
Thanks.