Simple Form + Validation

Hi –

I need a simple form with just one text entry field and a submit button, that does four things:

1. Checks that two specific words entered in the text entry field are correct. These are like a ‘secret password’ and only people who buy my book will know what they are. The point is to test that they do have a copy of the book before proceeding.

2. IMPORTANT: Obviously, the ‘secret code’ of two words should not be discoverable either by viewing source or viewing a remote js file or similar. In other words, the test of the data entry accuracy has to be done in some sort of encrypted way.

3. If incorrect, an error message is shown.

4. If correct, the visitor is redirected to another web page.

You can design the form using dummy data for all the above (the two-word secret code, the error message and the success page destination. I’ll enter the live info myself.

Thanks!

Leave a Reply

Your email address will not be published. Required fields are marked *