$ _POST在wordpress中的表单提交时返回空 [英] $_POST returns empty on form submit in wordpress

查看:169
本文介绍了$ _POST在wordpress中的表单提交时返回空的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个表单:

 < form action =<?php echo the_permalink();?> 方法= POST > 
< input type =textname =namevalue =placeholder =Your First and Last Name */>
<?php echo $ firstnameError; ?>
< input type =textname =emailvalue =placeholder =Yoyr Email/>
<?php echo $ emailError; ?>
< br>
< input type =textname =companyvalue =placeholder =Your Company Name/>
< input type =textname =phonevalue =placeholder =您的电话号码/>