What you'll want to do is create a table that has form name and password in it, then create a form that reads that table and hides the password value (as well as providing a text field for the user to enter a password in). You then compare the hidden field with the text field before proceeding...