you can do this with javascript
something like:
<script language="JavaScript">
if (history.go(-1) != "mysite.com/form.php")
{
alert ("you didnt post this from my site!");
}
</script>
This isn't valid code, but you should get the idea...
-=Lazzerous=-