Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
Is there a way to force confirmation of a text field on an add page. ie email:verify email: to help insure accurate information?
Is there a way to force confirmation of a text field on an add page. ie
it might be best to do a calculated query so you get a blank input boxselect `email`, `email` as verify_emailFrom `records`the you can compare in the after add event that the fields are the same and reject if they are not.