I have this form on my site, i want to prevent from users to submit the form from local copy. or submit the form from other domain (Cross Site Scripting).
the HTTP_REFERER is not trusted because its easy to fake.
I have idea to verify where the form was submitted, by calling to the server just before submit the info. but i am not so sure if its good idea. Thank ilanko