我使用这个问题代码在我的PHP Wordpress页面上添加“同意条款”,但如果用户不接受复选框,我需要更改错误消息。这是我的代码使用
<form action="#" onsubmit="if(document.getElementById('agree').checked) { return true; } else { alert('Please indicate that you have read and agree to the Terms and Conditions and Privacy Policy'