联系表格7表格不起作用

时间:2016-02-18 21:06:34

标签: wordpress forms contact-form-7

我在我的网站上运行最新版本的联系表格7,除了一个表格外,所有表格都完美无缺。我一直收到消息“无法发送您的消息。请稍后再试或通过其他方法与管理员联系。”我没有在控制台中遇到任何错误,并尝试了删除整个插件并重新输入所有表单以删除和重新创建问题表单的所有内容。我已经尝试了所有可以找到的故障排除建议。如果有人有任何建议,我会完全失去它会非常有帮助。 表格位于:http://test.drummerrealty.com/management-services/#inquiries 以下是代码:
形成:         

联系信息

<div class="row">

<div class="col-md-3 col-sm-12">

    <p>First Name *<br />
        [text* first-name] </p>

    <p>Last Name *<br />
    [text* last-name] </p>

</div>

<div class="col-md-3 col-sm-12">
    <p>Your Email *<br />
        [email* your-email] </p>

    <p>Telephone *<br />
        [tel* tel-819]</p>
</div>

<div class="col-md-3 col-sm-12">
    <p>Property Address<br />
        [text address]</p>

    <p>City<br />
       [text city]</p>
</div>
<div class="col-md-3 col-sm-12">
    <p>Province<br />
       [text province]</p>

    <p>Postal Code<br />
       [text postal-code]</p>
</div>

<h3>Property Information</h3>

<div class="row">

<div class="col-md-6 col-sm-12">

    <p>Property Class:<br />
       [select property use_label_element "Condominium" "Townhome" "Single Family Dwelling" "Apartment Block"]</p>

    <p>Year Built<br />
   [number build-year min:1900 max:3500]</p>

    <p>Number of Bedrooms:<br />
   [select num-bed "1" "2" "3" "4" "5+"]</p>

    <p>Number of Bathrooms:<br />
   [select num-bath "1" "1.5" "2" "2.5" "3" "3.5" "4" "4.5" "5+"]</p>

    <p>When do you plan to lease this property? (yyyy-mm-dd)<br />
    [date date-lease] </p>

</div>   

<div class="col-md-6 col-sm-12">

    <p>Style &amp; Features<br />
       [checkbox features use_label_element "Bungalow" "2-storey" "Apartment" "Walk-out Basement" "Gated Community" "Parking " "Attached Garage" "Detached Garage"]</p>

<p>Square Footage<br />
   [number sq-foot]</p>

</div>

<div class="row">

<div class="col-sm-12">
    <p>Additional Details<br />
        [textarea add-details] </p>

    <p>[submit "Send"]</p>

</div>

邮件:

From: [first-name] [last-name]
Subject: Property Management form from [first-name] [last-name]

Message body:

Contact Information
First Name: [first-name]
Last Name: [last-name]
Your Email: [your-email]
Telephone: [tel-819]
Property Address: [address]
City: [city]
Province: [province]
Postal Code: [postal-code]

Property Information
Property Class: [property]
Style & Features: [features]
Square Footage: [sq-foot]
Year Built: [build-year]
Number of Bedrooms: [num-bed]
Number of Bathrooms: [num-bath]
When do you plan to lease this property?: [date-lease]
Additional Details: [add-details]

0 个答案:

没有答案
相关问题