Hi Mike,
>> If you compile and run this app and just try to login using the demo/demo (username/password), NOT Create a new login, you'll get the warning that about Verification Required.
which makes sense - When you complete the form all the fields are "validated" - and the fact that the field is on another tab is not going to make it less-validated.
I think what you want to do is move the validation code from the
ValidateValue::loc:Captcha Routine
to the
Validate::EmailButtonNewUser Routine
Note that the "current value" of loc:capatcha, as entered by the user, will then be in the SessionValue of loc:capatcha, not the local variable.
Cheers
Bruce