Using a form with captcha I get these errors submitting the form typing a wrong verify code o without typing any character into captcha.
With the right verify code works fine.
Any idea?
-----
Warning: file_get_contents(): Unable to find the wrapper "smartlink" - did you forget to enable it when you configured PHP? in P:\svilweb\siti\beta\sito\index.php on line 11
Warning: file_get_contents(smartlink://page00002): Failed to open stream: No such file or directory in P:\svilweb\siti\beta\sito\index.php on line 11
-----
simple demo project can be downloaded from
https://drive.google.com/file/d/10zTjTQ ... sp=sharing
captcha problem
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
Re: captcha problem
You did not set an error page for the captcha.
Re: captcha problem
[SOLVED]
That was with default setting,
I've seen that the options 'error message' and 'real time validation' in captcha validate tab, by default are blank so is needed to set both of them to avoid the error.
I suggest, if possible, to give an error message during publishing fase or force enable those options with dummy/standard values.
Thanks for the attention.
That was with default setting,
I've seen that the options 'error message' and 'real time validation' in captcha validate tab, by default are blank so is needed to set both of them to avoid the error.
I suggest, if possible, to give an error message during publishing fase or force enable those options with dummy/standard values.
Thanks for the attention.