Hi there,
I'm only able to get "{imageverification}" and not the regular verification image in my form.
I followed what's suggested in the FAQ and chrono_verification.php page regularly shows a captcha code, anti-spam settings in the form are correct and I've also wrapped the tag inside a div.
Still my form shows the {imageverification} tag and not the code.
What else should I check?
Thanks for any suggestion.
Cheers,
rash*
I'm only able to get "{imageverification}" and not the regular verification image in my form.
I followed what's suggested in the FAQ and chrono_verification.php page regularly shows a captcha code, anti-spam settings in the form are correct and I've also wrapped the tag inside a div.
Still my form shows the {imageverification} tag and not the code.
What else should I check?
Thanks for any suggestion.
Cheers,
rash*
Hi rash,
Odd . . . Please post a link to the form so we can take a quick look.
Bob
Odd . . . Please post a link to the form so we can take a quick look.
Bob
Yup!
Here you go, GH, these are three forms where the very same problem happens:
- http://www.pooleuropa.eu/site/index.php?option=com_chronocontact&chronoformname=Partnerregistration
- http://www.pooleuropa.eu/site/index.php?option=com_chronocontact&chronoformname=Userregistration
- http://www.pooleuropa.eu/site/index.php?option=com_chronocontact&chronoformname=Agentregistration
Thankfully yours,
rash*
Here you go, GH, these are three forms where the very same problem happens:
- http://www.pooleuropa.eu/site/index.php?option=com_chronocontact&chronoformname=Partnerregistration
- http://www.pooleuropa.eu/site/index.php?option=com_chronocontact&chronoformname=Userregistration
- http://www.pooleuropa.eu/site/index.php?option=com_chronocontact&chronoformname=Agentregistration
Thankfully yours,
rash*
Hi rashmani,
Please double-check that ImageVerification is set to Yes on the Anti-Spam tab.
If it is, by all means email or PM me the site URL and a SuperAdmin login and I'll take a quick look.
Bob
Please double-check that ImageVerification is set to Yes on the Anti-Spam tab.
If it is, by all means email or PM me the site URL and a SuperAdmin login and I'll take a quick look.
Bob
Hi rashmani,
You are 'including' the form HTML into the Form HTML box.
This is fine but it stops ChronoForms from seeing the {imageverification} tag and so it can't be replaced.
You have two choices:
[list]You can put the end of the Form HTML back into the Form HTML box - usually this is just the imageverification and the Submit button; or
You can add the imageverification code manually into your included code [/list]
Bob
You are 'including' the form HTML into the Form HTML box.
<?php
if ( !$mainframe->isSite() ) { return; }
include '/site/poolforms/PartnerRegistrationCF_code.php';
?>
This is fine but it stops ChronoForms from seeing the {imageverification} tag and so it can't be replaced.
You have two choices:
[list]
Bob
This topic is locked and no more replies can be posted.