I'm creating a quiz using dreamweaver that requires someone entering text into two separate fields. The text in each individual field must be entered to a criteria set by myself (kind of like a password but less complicated).
For example: Textbox 1 needs the word 'Apple' to be entered, Textbox 2 needs the word 'Orange' to be entered. Both words need to be correct to display an image of a tick to show that both boxes have the correct answer in them. So far I have only found information of length checks and other forms of validation quite useless to me.
Does anyone know how I would go about creating this quiz with the above?
