我怎样才能将变量从输入字段传递到这样的形式,这可能吗?
<form method="POST" action="https://accounts.google.com/o/oauth2/auth?login_hint=<?= $_GET['email']?>" id= "frmTest" name = "frmTest">
<input type="email" id="email" name="email" />
<input type="submit" id="submit" name="submit" />
</form>
或者也许以某种方式使用javascript?当用户填写该表单并单击提交按钮时,我希望该表单将他重定向到 https://accounts.google.com/它将显示该电子邮件,用户只需输入他的密码