在我的插件中,我的表單中有一個動作,它應該帶我到一個名爲go的模板頁面,但是當我點擊它時,wordpress告訴我它不存在,但是如果我刷新該頁面然後加載去頁面。任何想法,爲什麼它不會正常加載和如何解決它?wordpress中的動作模板頁面
<form name="trailer-bulk-waste-free" method="post" action="go">
<input type="hidden" name="date" value="<?php echo"$date"; ?>">
<input type="hidden" name="pickup" value="<?php echo"$pu" ?>">
There is a bunch of other inputs in here but probably redundant to put.
<p><input type="submit" name="CONTINUE" value="CONTINUE" />
你介意包括一些代碼來幫助我們看看你在處理什麼? – Junaid
我也試過有action =「go.php」,但沒有工作加上它需要一個插件才能以.php結尾模板 –