わかりました-私はばかであることを知っていますが、私が望むようにこのフォームをリダイレクトさせることができないようです:
<form id="post" method="post" action="" name="post" onSubmit="window.location='http://www.website.com/overview'" >
<input type="hidden" name="terms-and-conditions" value="true">
<p class="submit">
<input id="agree" type="submit" value="I Agree" name="agree">
<input type="button" value="I Disagree" onClick="window.location='http://www.website.com'">
</p>
</form>
ボタンの種類が「送信」の場合、PHPページでリダイレクトされません。明らかな何かが欠けているような気がします...
ありがとう!