I'm just trialing on localhost.
I've created a simple contact us type form.
I need to add a captcha control.
I've done this OK:
<Captcha Id="Captcha" CaptchaHeight="50" CaptchaWidth="100" CaptchaLength="5" ErrorMessage="You must enter the characters as displayed" />
However when I run the form, the image doesn't display
When I see what;s on the page I see it's generated this code:
<img src="/Portals/_default/XModPro/Forms/0/ImageChallenge.captcha.aspx?captcha=0CD07697D812C2BFE4839DA5B4CE4E1CD42671C49DF5AE89930A55756405B5F8AEC5B09A7C5418B67BEC411154BFC14113B440BD5FDBEA4B060BDB7F73C36040165F23C24BADF65849B16F8EA5773145AAEBB0C2BEEA3B3B1DF5C1CC9DE72A6A7A1CF7D7A7890E4750A7EB1C14C381B60CCF6004AC8921A23DFEBC70E45996AB7AB836D4D8BA77E69BE5659D&alias=localhost" border="0" alt="CAPTCHA image">
But the image isn't displaying.
Can't find anything in the doco that will help