有没有办法从Wordpress Elementor Pro表单上的表单提交中获取时间戳?

时间:2019-05-19 10:18:10

标签: wordpress elementor

使用Elementor Pro表单:

我有一个表单,在提交时我从输入中发送特定的表单数据。

我可以添加带有日期/时间戳的标签吗?

[field id="date"] ==>希望我在填写表单时不向用户显示它。

这将返回一个空的日期字段:

<table border="1" cellspacing="0" cellpadding="5">
    <tr>
        <td>[field id="date"]</td>
        <td>[field id="name"]</td>
        <td>[field id="email"]</td>
        <td>[field id="job_title"]</td>
        <td>[field id="phone"]</td>
        <td>[field id="company"]</td>
        <td>[field id="industry"]</td>
        <td>[field id="size"]</td>
        <td>[field id="country"]</td>
        <td>[field id="state"]</td>
        <td>[field id="reseller"]</td>
        <td>[field id="message"]</td>
        <td>[field id="acceptance"]</td>
    </tr>
</table>

我尝试使用隐藏字段,但无法通过这些代码命令在Elementor pro的“电子邮件”部分中使用任何php / javascript。

enter image description here

0 个答案:

没有答案