Not to revive an old thread, but I'm wondering if anyone can help me expand on this a little. I am trying to add a question to the end that must be validated before the account can be created. I have had issues with spambots in the past... getting by the email verification, and recaptcha. But by asking a question that can only be answered by the visitors to my site, I think they can be wiped out completely. Rotating questions would be even better, but I'd be perfectly happy manually changing the question. This is what I have added (right after the password field) so far...
<tr>
<td>What is the first village you come to when leaving Starter Beach?:</td>
<td><input id="frmNewRegValidQuest" name="frmNewRegValidQuest" type="text" value="[frmNewRegValidQuest,Form]" /><sid="vfrmNewRegValidQuest" controltovalidate="frmNewRegValidQuest" errormessage="This is a required field" display="Dynamic" evaluationfunction="RequiredFieldValidatorEvaluateIsValid" initialvalue="" style="color:Red;display:none;"> *You must answer this question correctly.</span></td>
</tr>
I'm just not sure how to validate and control the registration based on the answer. Could anyone be a generous soul and help out? Thanks in advance.