I have a form and i need to use to actions in it .
one for getting informations entered in the fields and redirect the user to another page and the other one for checking the email validation .
the email validation is for the first fields ,the other field is normal
here's my code :
<form name="myform" class="login" action="getinfo.php" method="POST">
<input name="f1" type="text" placeholder="email" autofocus/>
<input name="f2" type="password" placeholder="example2"/>
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…