FORM - http://hoffwebsites.com/CBENT/registration_form.php
我有一张家长注册学生的表格。
可以选择注册另一个孩子。
我需要做的是,如果一个家长注册了另一个孩子Student\'s Full Name 填写(名称twosfn) 然后Hebrew Name 是必需的(名称twohn).
这是我邮件脚本中的PHP代码。
if ($_POST[\'twosfn\']=="TRUE" && $_POST["twohn"] == "")
{
Print("<style type=\\"text/css\\">
body {
font-family: arial;}
input {
border: 1px solid black; padding: 5px; }
table {font-size: 14px;}</style>
<center><br><br><br><b>Please enter Hebrew Name</b><br><br>
<a href=\\"javascript:history.go(-1)\\" style=\\"color: black;\\">< Back</a></center>");
exit();
}