If you get the "error" screen and you have done nothing wrong, try starting over and filling out all entries - make all selections and check all boxes: you don't have to tell the truth. If you reach the error screen, you have almost certainly lost the "referring domain" entry and without it, the page will not send. Also, if you reached the error screen with a message written it is probably lost. Hit "Clear" and copy your message to your clipboard before you hit "send." This way, if you error out again, you can start back at the referring domain and simply paste your message into the box instead of typing it from scratch again. If you select "Try Again" with anything written in the message area you will most likely get an empty screen. I have warned about glitchiness elsewhere. Part of the problem is that I have redundent error-catch code: there may be a mechanism at dropdown preventing an invalid choice, and also an error-catch in the form processing file. Whenever I test by filling out everything it always sends. Be creative. Also note: if you fail to check "not a robot," you never get a chance to fix that without starting over. I've fixed a few sticking points by changing an "OR" to an "AND" - or the reverse. The code logic is sometimes at odds with my reasoning. . . .