php 订阅表格短代码以在Elementor中使用
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 订阅表格短代码以在Elementor中使用相关的知识,希望对你有一定的参考价值。
<?php
function subscribe_form() { ?>
<form action="https://newsletter.aplikasiniaga.com/subscribe" method="POST" accept-charset="utf-8">
<input type="text" name="name" id="name" placeholder="Name" required/>
<input type="email" name="email" id="email" placeholder="Email" required/>
<div style="display:none;">
<label for="hp">HP</label><br/>
<input type="text" name="hp" id="hp"/>
</div>
<input type="hidden" name="list" value="SXRsoVoSyD6763TKMoj4hVrw"/>
<input type="hidden" name="subform" value="yes"/>
<input type="submit" name="submit" id="submit" value="Subscribe Now"/>
</form>
<?php }
add_shortcode('subscribe_form_shortcode', 'subscribe_form');
以上是关于php 订阅表格短代码以在Elementor中使用的主要内容,如果未能解决你的问题,请参考以下文章
php 提供短代码以在任何页面中添加Pro Site结帐表单
php Wordpress:联系表格7,添加表格标签(短代码)当前网址示例
php 用于将WooCommerce预订表格放在任何地方的伪代码,例如通过短代码。阅读代码评论
php Wordpress页面模板使用Elementor与任何模板
php 标题中的Elementor + Genesis CSS
我正在尝试为子主题创建一个footer.php,但收效甚微-使用wordpress + oceanwp + elementor