使用twitter引导模式、json和wordpress发送电子邮件

使用twitter引导模式、json和wordpress发送电子邮件,json,wordpress,email,twitter-bootstrap,Json,Wordpress,Email,Twitter Bootstrap,我需要通过twitter引导模式收集姓名和电子邮件,该模式会向我发送电子邮件,并在使用wordpress平台提交时更新模式窗口“成功”。我想不出来。有什么想法吗?最简单的方法是使用重力表单(或类似的表单)来处理表单位,使用表单小部件将表单添加到小部件区域,然后将该小部件区域包含在要使用模式的页面上 例如(使用重力形式): <div id="myModal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelled

我需要通过twitter引导模式收集姓名和电子邮件,该模式会向我发送电子邮件,并在使用wordpress平台提交时更新模式窗口“成功”。我想不出来。有什么想法吗?

最简单的方法是使用重力表单(或类似的表单)来处理表单位,使用表单小部件将表单添加到小部件区域,然后将该小部件区域包含在要使用模式的页面上

例如(使用重力形式):


<div id="myModal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<?php dynamic_sidebar('form-sidebar');?>
</div>

<a href="#myModal"  data-toggle="modal">This is the link that triggers the modal</a>