Okay, this may be confusing --- but I'll try to explain it the best that I can.
I need a form that will have three boxes/buttons/spaces for three separate words on it, below the form itself --- and when they fill out the form, they have to fill in 3 text areas with those words. When they press send, an e-mail will be sent to me containing all their information AND those validation words. The form won't work unless the words they entered are correct. (Also: I want the each word to be generated from a list of words that I provide, a different word to be in its place every time the page is refreshed)
See? I can't really explain it.
Here's an example:
Name:
E-mail:
Website:
Word One: Billy
Word Two: Jumped
Word Three: fork
send || cancel
Billy jumped fork
Do you get what I mean? IS there a javascript that CAN do that with a form? If so, toss me a link to it
I need a form that will have three boxes/buttons/spaces for three separate words on it, below the form itself --- and when they fill out the form, they have to fill in 3 text areas with those words. When they press send, an e-mail will be sent to me containing all their information AND those validation words. The form won't work unless the words they entered are correct. (Also: I want the each word to be generated from a list of words that I provide, a different word to be in its place every time the page is refreshed)
See? I can't really explain it.
Here's an example:
Name:
E-mail:
Website:
Word One: Billy
Word Two: Jumped
Word Three: fork
send || cancel
Billy jumped fork
Do you get what I mean? IS there a javascript that CAN do that with a form? If so, toss me a link to it