Advice is needed!
CODE
<form action="http://bla-bla-bla.../form.php" method="post" name="require"> // exact directory of file
...
<input type="hidden" name="recipient" value="my email" />
<input type="hidden" name="email" value="email" />
<input type="hidden" name="subject" value="bla-bla-bla />
<input type="hidden" name="redirect" value="http address" />
But what I get is what I didnt expect to - an executive error:
"The form was not submitted for the following reasons:
You are coming from an unauthorized domain.
Please use your browser's back button to return to the form and try again."
how to fix this thing? is it .htaccess or smth?
thanx in advance
