How to remove: Please fill in the captcha EasyCalk
-
- Phoca Newbie
- Posts: 5
- Joined: 24 Nov 2016, 22:13
How to remove: Please fill in the captcha EasyCalk
How to remove: Please fill in a captcha if a captcha EasyCalk blank. I Use Phoca Guestbook 3.0.4.
-
- Phoca Newbie
- Posts: 5
- Joined: 24 Nov 2016, 22:13
Re: How to remove: Please fill in the captcha EasyCalk
If the captcha EasyCalk not fill in and click send - prompt appears: Please fill out this field. How to undo it?
- Benno
- Phoca Hero
- Posts: 9449
- Joined: 04 Dec 2008, 11:58
- Location: Germany
- Contact:
Re: How to remove: Please fill in the captcha EasyCalk
Hi,
maybe I misunderstood the question, but what should happen instead and why?
If someone sends the captcha blank, I think it's nevertheless sensible to indicate that this field must be filled.
Kind regards,
Benno
maybe I misunderstood the question, but what should happen instead and why?
If someone sends the captcha blank, I think it's nevertheless sensible to indicate that this field must be filled.
Kind regards,
Benno
-
- Phoca Newbie
- Posts: 5
- Joined: 24 Nov 2016, 22:13
Re: How to remove: Please fill in the captcha EasyCalk
/components/com_phocaguestbook/models/forms/guestbook.xml
<field
name="captcha"
id="guestbook-captcha"
type="captcha"
required="false"
label="COM_PHOCAGUESTBOOK_IMG_VERIFICATION"
description="COM_PHOCAGUESTBOOK_IMG_VERIFICATION"
validate="captcha"
preicon="glyphicon glyphicon-lock icon-lock"
posticon="glyphicon glyphicon-refresh icon-refresh"
posthref="javascript:reloadCaptcha();"
class="input-sm"
/>
<field
name="captcha"
id="guestbook-captcha"
type="captcha"
required="false"
label="COM_PHOCAGUESTBOOK_IMG_VERIFICATION"
description="COM_PHOCAGUESTBOOK_IMG_VERIFICATION"
validate="captcha"
preicon="glyphicon glyphicon-lock icon-lock"
posticon="glyphicon glyphicon-refresh icon-refresh"
posthref="javascript:reloadCaptcha();"
class="input-sm"
/>