我们正在使用Google的AMP制作目标网页:https://developers.google.com/adwords/amp/landing-pages
通常我们提交给admin-post并在functions.php中执行我们的ajax表单逻辑。
<form" target="_top" action-xhr="<?php echo esc_url( admin_url('admin-post.php') ); ?>" method="post">
</form>
我们的网站使用http而不是https,AMP不允许使用此值进行操作。有没有办法可以将我的php表单逻辑放在同一页面上,并将表单提交给那个?