Welcome, guest | Sign In | My Account | Store | Cart
import os
FormURL = 'http://example.tld/contact.html'

...
if os.environ['HTTP_REFERER'] !=  FormURL: return

History