我試圖將此表單提交給Colorbox Iframe。任何想法,使之通過將表單提交給Colorbox Iframe
<form action="newsletter/add.php" method="GET" onSubmit='$.colorbox({width:"90%", height:"60%", iframe:true, href:"newsletter/add.php"}); return false;'>
<input name="name" type="text" placeholder="Nombre">
<input name="email" type="text" placeholder="Email">
<input name="cellphone" type="text" placeholder="Celular">
<input type="submit" name="submit" id="submit" value="SUSCRIBIR" />
</form>
什麼是你面臨的問題是什麼呢?任何錯誤? –
沒有錯誤,\t表單值是不傳遞的,有什麼想法? – paisapimp