Hi,
Sorry.... another answer to your questions...
Autorespond are not working.
<p><img src="http://www.myhost.com/verifyimg.php" alt="Image verification" name="vimg" /> <br />
Please enter the characters* <br />
<input type="text" size="12" name="arverify" maxlength="6" />
I got 2 emails when the characters dismatchs. 1 error mail to the $DEF_ALERT mail and I want that option. The other mail are sent to the $TARGET_EMAIL with form result. I don't want to receive e-mails to $TARGET_EMAIL when users enter wrong characters. I renamed the "arverify" field to "imgverify" but autorespond are not working at all.
Go back to "arverify" and when that's working again, do the following....
To force correct entry of the image verification you must have a field called "imgverify". If you already have "arverify", which you do, then derive "imgverify" from "arverify".
Note that you can only ever have one field called by a specific name, so you can only have one "derive_fields" field. Just add additional derivation specifications to it, like this:
HTML Code:
<input type="hidden" name="derive_fields" value="Nr=%nextnum%.%sec%,
imgverify=arverify" />
Bookmarks