{imageverification}

rashmani 23 May, 2011
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*
GreyHead 23 May, 2011
Hi rash,

Odd . . . Please post a link to the form so we can take a quick look.

Bob
GreyHead 24 May, 2011
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
GreyHead 24 May, 2011
Hi rashmani,

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]
  • 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
    rashmani 24 May, 2011
    Uh-oh,

    hey Bob, nice catch (it annihilates my PHP debugging knowledge).
    I think I'll go for first solution, looks cleaner to me.
    Thanks a ton.

    Ciao!
    rash*
    This topic is locked and no more replies can be posted.