首页 > 解决方案 > 我对 contactform7 有疑问,当我提交表单时显示绿色 http://prntscr.com/p7l777 ,但我没有收到任何邮件

问题描述

我对contactform7有疑问。当我提交表单时显示绿色http://prntscr.com/p7l777,但我没有收到任何邮件。

我的联系表格代码如下:

    <div class="form-main-con">
        <div class="form-title-main">
           <h2>ORDER FORM <h2>
        </div>
        <!-- product-1-start -->
        <div class="product-1">
          <div class="w3-row w3-container">
          <div class="w3-col s3">
            <h5 class="field-title">Product/Style Name:</h5> 
          </div>
          <div class="w3-col s9">
            [text style-name id:style-name class:cpt-form-field  placeholder "eg; Staple Tee"]
          </div>
        </div>
        <div class="w3-row w3-container">
          <div class="w3-col s3">
            <h5 class="field-title">Product/Style Colour:</h5> 
          </div>
          <div class="w3-col s9">
            [text color-name id:style-color class:cpt-form-field  ]
          </div>
        </div>
        <div class="w3-row w3-container">
          <div class="w3-col s3">
            <h5 class="field-title">Sizing & Quantities:</h5>
            <p class="field-title-description">(where sizing does not apply
                please just enter total qty below.
                eg; caps, bags, USBs)</p>
          </div>
          <div class="w3-col s9">
              <div class="w3-col s1 w3-center" id="form-group">
                 <h5 class="field-size">XS</h5>
                 [text XL id:XS class:cloth-size] 
              </div>
             <div class="w3-col s1 w3-center"id="form-group">
                 <h5 class="field-size">S</h5>
                  [text XL id:S class:cloth-size] 
             </div>
             <div class="w3-col s1 w3-center"id="form-group">
                 <h5 class="field-size">M</h5>
                 [text XL id:M class:cloth-size] 
             </div>
             <div class="w3-col s1 w3-center"id="form-group">
                 <h5 class="field-size">L</h5>
                [text XL id:L class:cloth-size] 
             </div>
             <div class="w3-col s1 w3-center"id="form-group">
                 <h5 class="field-size">XL</h5>
                [text XL id:XL class:cloth-size] 
             </div>
             <div class="w3-col s1"id="form-group">
                 <h5 class="field-size">2XL</h5>
                 [text XL id:2XL class:cloth-size] 
             </div>

             <div class="w3-col s1"id="form-group">
                 <h5 class="field-size">3XL</h5>
                 [text XL id:3XL class:cloth-size] 
             </div>
          </div>

        </div>

             <div class="w3-row w3-container">
              <div class="w3-col s3">
            <h5 class="field-title">The total Order</h5> 
              </div>
              <div class="w3-col s8" id="form-group">
             [number TotalAmount id:total-amount]
              </div>
        </div>
        <div class="w3-row w3-container">
          <div class="w3-col s3">
            <h5 class="field-title">Other Sizing Description:</h5> 
          </div>
          <div class="w3-col s9">
            [text size-descrip id:size-descrip class:cpt-form-field placeholder "eg; 4GB USB"]
          </div>
        </div>
        <div class="w3-row w3-container">
          <div class="w3-col s3">

            <h5 class="field-title">Total Quantity:</h5> 
          </div>
          <div class="w3-col s9">
            [text t-quantity id:t-quantity class:cpt-form-field  ]
          </div>
        </div>
        <div class="w3-row w3-container">
          <div class="w3-col s3">
            <h5 class="field-upload-title">Upload Artwork/Data:</h5>
            <p class="field-title-description">Click <a >HERE</a> to learn about
            the artwork specifications
            we require. </p>
          </div>
          <div class="w3-col s9">
            <div class="image-upload">
             <label for="file-input">
                <img src="#"/>
             </label>
             [file art-work limit:2000000 id:file-input]
             <p class="field-upload-description">Sending multiple files over 2MB?
                please use a free file sharing website such as :https://wetransfer.com/ </p>
            </div>
          </div>
        </div>
         <p class="Add-product-2 btn-style"><a >+ Add Another Product</a><p>
        </div>
        <!-- product-1-end -->

        <!-- product-2-start -->
        <div class="product-2">
          <div class="w3-row w3-container">
          <div class="w3-col s3">
            <h5 class="field-title">Product/Style Name:</h5> 
          </div>
          <div class="w3-col s9">
            [text style-name id:style-name class:cpt-form-field  placeholder "eg; Staple Tee"]
          </div>
        </div>
        <div class="w3-row w3-container">
          <div class="w3-col s3">
            <h5 class="field-title">Product/Style Colour:</h5> 
          </div>
          <div class="w3-col s9">
            [text color-name id:style-color class:cpt-form-field  ]
          </div>
        </div>
        <div class="w3-row w3-container">
          <div class="w3-col s3">
            <h5 class="field-title">Sizing & Quantities:</h5>
            <p class="field-title-description">(where sizing does not apply
                please just enter total qty below.
                eg; caps, bags, USBs)</p>
          </div>
          <div class="w3-col s9">
              <div class="w3-col s1 w3-center" id="form-group">
                 <h5 class="field-size">XS</h5>
                 [text XL id:XS class:cloth-size] 
              </div>
             <div class="w3-col s1 w3-center"id="form-group">
                 <h5 class="field-size">S</h5>
                  [text XL id:S class:cloth-size] 
             </div>
             <div class="w3-col s1 w3-center"id="form-group">
                 <h5 class="field-size">M</h5>
                 [text XL id:M class:cloth-size] 
             </div>
             <div class="w3-col s1 w3-center"id="form-group">
                 <h5 class="field-size">L</h5>
                [text XL id:L class:cloth-size] 
             </div>
             <div class="w3-col s1 w3-center"id="form-group">
                 <h5 class="field-size">XL</h5>
                [text XL id:XL class:cloth-size] 
             </div>
             <div class="w3-col s1"id="form-group">
                 <h5 class="field-size">2XL</h5>
                 [text XL id:2XL class:cloth-size] 
             </div>

             <div class="w3-col s1"id="form-group">
                 <h5 class="field-size">3XL</h5>
                 [text XL id:3XL class:cloth-size] 
             </div>
          </div>
        </div>
        <div class="w3-row w3-container">
          <div class="w3-col s3">
            <h5 class="field-title">Other Sizing Description:</h5> 
          </div>
          <div class="w3-col s9">
            [text size-descrip id:size-descrip class:cpt-form-field placeholder "eg; 4GB USB"]
          </div>
        </div>
        <div class="w3-row w3-container">
          <div class="w3-col s3">
            <h5 class="field-title">Total Quantity:</h5> 
          </div>
          <div class="w3-col s9">
            [text t-quantity id:t-quantity class:cpt-form-field  ]
          </div>
        </div>
        <div class="w3-row w3-container">
          <div class="w3-col s3">
            <h5 class="field-upload-title">Upload Artwork/Data:</h5>
            <p class="field-title-description">Click <a >HERE</a> to learn about
            the artwork specifications
            we require. </p>
          </div>
          <div class="w3-col s9">
            <div class="image-upload">
             <label for="file-input">
                <img src="#"/>
             </label>
             [file art-work limit:2000000 id:file-input]
             <p class="field-upload-description">Sending multiple files over 2MB?
                please use a free file sharing website such as :https://wetransfer.com/ </p>
            </div>
          </div>
        </div>
         <p class="Add-product-3 btn-style"><a >+ Add Another Product</a><p>
        </div>
        <!-- product-2-end -->

        <!-- product-3-start -->
        <div class="product-3">
          <div class="w3-row w3-container">
          <div class="w3-col s3">
            <h5 class="field-title">Product/Style Name:</h5> 
          </div>
          <div class="w3-col s9">
            [text style-name id:style-name class:cpt-form-field  placeholder "eg; Staple Tee"]
          </div>
        </div>
        <div class="w3-row w3-container">
          <div class="w3-col s3">
            <h5 class="field-title">Product/Style Colour:</h5> 
          </div>
          <div class="w3-col s9">
            [text color-name id:style-color class:cpt-form-field  ]
          </div>
        </div>
        <div class="w3-row w3-container">
          <div class="w3-col s3">
            <h5 class="field-title">Sizing & Quantities:</h5>
            <p class="field-title-description">(where sizing does not apply
                please just enter total qty below.
                eg; caps, bags, USBs)</p>
          </div>
          <div class="w3-col s9">
              <div class="w3-col s1 w3-center" id="form-group">
                 <h5 class="field-size">XS</h5>
                 [text XL id:XS class:cloth-size] 
              </div>
             <div class="w3-col s1 w3-center"id="form-group">
                 <h5 class="field-size">S</h5>
                  [text XL id:S class:cloth-size] 
             </div>
             <div class="w3-col s1 w3-center"id="form-group">
                 <h5 class="field-size">M</h5>
                 [text XL id:M class:cloth-size] 
             </div>
             <div class="w3-col s1 w3-center"id="form-group">
                 <h5 class="field-size">L</h5>
                [text XL id:L class:cloth-size] 
             </div>
             <div class="w3-col s1 w3-center"id="form-group">
                 <h5 class="field-size">XL</h5>
                [text XL id:XL class:cloth-size] 
             </div>
             <div class="w3-col s1"id="form-group">
                 <h5 class="field-size">2XL</h5>
                 [text XL id:2XL class:cloth-size] 
             </div>

             <div class="w3-col s1"id="form-group">
                 <h5 class="field-size">3XL</h5>
                 [text XL id:3XL class:cloth-size] 
             </div>
          </div>
        </div>
        <div class="w3-row w3-container">
          <div class="w3-col s3">
            <h5 class="field-title">Other Sizing Description:</h5> 
          </div>
          <div class="w3-col s9">
            [text size-descrip id:size-descrip class:cpt-form-field placeholder "eg; 4GB USB"]
          </div>
        </div>
        <div class="w3-row w3-container">
          <div class="w3-col s3">
            <h5 class="field-title">Total Quantity:</h5> 
          </div>
          <div class="w3-col s9">
            [text t-quantity id:t-quantity class:cpt-form-field  ]
          </div>
        </div>
        <div class="w3-row w3-container">
          <div class="w3-col s3">
            <h5 class="field-upload-title">Upload Artwork/Data:</h5>
            <p class="field-title-description">Click <a >HERE</a> to learn about
            the artwork specifications
            we require. </p>
          </div>
          <div class="w3-col s9">
            <div class="image-upload">
             <label for="file-input">
                <img src="#"/>
             </label>
             [file art-work limit:2000000 id:file-input]
             <p class="field-upload-description">Sending multiple files over 2MB?
                please use a free file sharing website such as :https://wetransfer.com/ </p>
            </div>
          </div>
        </div>
         <p class="Add-product-4 btn-style"><a >+ Add Another Product</a><p>
        </div>
        <!-- product-3-end -->

        <!-- product-4-start -->
        <div class="product-4">
          <div class="w3-row w3-container">
          <div class="w3-col s3">
            <h5 class="field-title">Product/Style Name:</h5> 
          </div>
          <div class="w3-col s9">
            [text style-name id:style-name class:cpt-form-field  placeholder "eg; Staple Tee"]
          </div>
        </div>
        <div class="w3-row w3-container">
          <div class="w3-col s3">
            <h5 class="field-title">Product/Style Colour:</h5> 
          </div>
          <div class="w3-col s9">
            [text color-name id:style-color class:cpt-form-field  ]
          </div>
        </div>
        <div class="w3-row w3-container">
          <div class="w3-col s3">
            <h5 class="field-title">Sizing & Quantities:</h5>
            <p class="field-title-description">(where sizing does not apply
                please just enter total qty below.
                eg; caps, bags, USBs)</p>
          </div>
          <div class="w3-col s9">
              <div class="w3-col s1 w3-center" id="form-group">
                 <h5 class="field-size">XS</h5>
                 [text XL id:XS class:cloth-size] 
              </div>
             <div class="w3-col s1 w3-center"id="form-group">
                 <h5 class="field-size">S</h5>
                  [text XL id:S class:cloth-size] 
             </div>
             <div class="w3-col s1 w3-center"id="form-group">
                 <h5 class="field-size">M</h5>
                 [text XL id:M class:cloth-size] 
             </div>
             <div class="w3-col s1 w3-center"id="form-group">
                 <h5 class="field-size">L</h5>
                [text XL id:L class:cloth-size] 
             </div>
             <div class="w3-col s1 w3-center"id="form-group">
                 <h5 class="field-size">XL</h5>
                [text XL id:XL class:cloth-size] 
             </div>
             <div class="w3-col s1"id="form-group">
                 <h5 class="field-size">2XL</h5>
                 [text XL id:2XL class:cloth-size] 
             </div>

             <div class="w3-col s1"id="form-group">
                 <h5 class="field-size">3XL</h5>
                 [text XL id:3XL class:cloth-size] 
             </div>
          </div>
        </div>
        <div class="w3-row w3-container">
          <div class="w3-col s3">
            <h5 class="field-title">Other Sizing Description:</h5> 
          </div>
          <div class="w3-col s9">
            [text size-descrip id:size-descrip class:cpt-form-field placeholder "eg; 4GB USB"]
          </div>
        </div>
        <div class="w3-row w3-container">
          <div class="w3-col s3">
            <h5 class="field-title">Total Quantity:</h5> 
          </div>
          <div class="w3-col s9">
            [text t-quantity id:t-quantity class:cpt-form-field  ]
          </div>
        </div>
        <div class="w3-row w3-container">
          <div class="w3-col s3">
            <h5 class="field-upload-title">Upload Artwork/Data:</h5>
            <p class="field-title-description">Click <a >HERE</a> to learn about
            the artwork specifications
            we require. </p>
          </div>
          <div class="w3-col s9">
            <div class="image-upload">
             <label for="file-input">
                <img src="#"/>
             </label>
             [file art-work limit:2000000 id:file-input]
             <p class="field-upload-description">Sending multiple files over 2MB?
                please use a free file sharing website such as :https://wetransfer.com/ </p>
            </div>
          </div>
        </div>
         <p class="Add-product-5 btn-style"><a >+ Add Another Product</a><p>
        </div>
        <!-- product-4-end -->

        <!-- product-5-start -->
        <div class="product-5">
          <div class="w3-row w3-container">
          <div class="w3-col s3">
            <h5 class="field-title">Product/Style Name:</h5> 
          </div>
          <div class="w3-col s9">
            [text style-name id:style-name class:cpt-form-field  placeholder "eg; Staple Tee"]
          </div>
        </div>
        <div class="w3-row w3-container">
          <div class="w3-col s3">
            <h5 class="field-title">Product/Style Colour:</h5> 
          </div>
          <div class="w3-col s9">
            [text color-name id:style-color class:cpt-form-field  ]
          </div>
        </div>
        <div class="w3-row w3-container">
          <div class="w3-col s3">
            <h5 class="field-title">Sizing & Quantities:</h5>
            <p class="field-title-description">(where sizing does not apply
                please just enter total qty below.
                eg; caps, bags, USBs)</p>
          </div>
          <div class="w3-col s9">
              <div class="w3-col s1 w3-center" id="form-group">
                 <h5 class="field-size">XS</h5>
                 [text XL id:XS class:cloth-size] 
              </div>
             <div class="w3-col s1 w3-center"id="form-group">
                 <h5 class="field-size">S</h5>
                  [text XL id:S class:cloth-size] 
             </div>
             <div class="w3-col s1 w3-center"id="form-group">
                 <h5 class="field-size">M</h5>
                 [text XL id:M class:cloth-size] 
             </div>
             <div class="w3-col s1 w3-center"id="form-group">
                 <h5 class="field-size">L</h5>
                [text XL id:L class:cloth-size] 
             </div>
             <div class="w3-col s1 w3-center"id="form-group">
                 <h5 class="field-size">XL</h5>
                [text XL id:XL class:cloth-size] 
             </div>
             <div class="w3-col s1"id="form-group">
                 <h5 class="field-size">2XL</h5>
                 [text XL id:2XL class:cloth-size] 
             </div>

             <div class="w3-col s1"id="form-group">
                 <h5 class="field-size">3XL</h5>
                 [text XL id:3XL class:cloth-size] 
             </div>
          </div>
        </div>
        <div class="w3-row w3-container">
          <div class="w3-col s3">
            <h5 class="field-title">Other Sizing Description:</h5> 
          </div>
          <div class="w3-col s9">
            [text size-descrip id:size-descrip class:cpt-form-field placeholder "eg; 4GB USB"]
          </div>
        </div>
        <div class="w3-row w3-container">
          <div class="w3-col s3">
            <h5 class="field-title">Total Quantity:</h5> 
          </div>
          <div class="w3-col s9">
            [text t-quantity id:t-quantity class:cpt-form-field  ]
          </div>
        </div>
        <div class="w3-row w3-container">
          <div class="w3-col s3">
            <h5 class="field-upload-title">Upload Artwork/Data:</h5>
            <p class="field-title-description">Click <a >HERE</a> to learn about
            the artwork specifications
            we require. </p>
          </div>
          <div class="w3-col s9">
            <div class="image-upload">
             <label for="file-input">
                <img src="#"/>
             </label>
             [file art-work limit:2000000 id:file-input]
             <p class="field-upload-description">Sending multiple files over 2MB?
                please use a free file sharing website such as :https://wetransfer.com/ </p>
            </div>
          </div>
        </div>
         <!-- <p class="Add-product-2 btn-style"><a >+ Add Another Product</a><p> -->
        </div>
        <!-- product-5-end -->

        <!-- delivery data -->
        <div class="w3-row w3-container">
          <div class="w3-col s3">
            <h5 class="field-title">Delivery Address:</h5> 
          </div>
          <div class="w3-col s9">
            [text c-name id:c-name class:cpt-form-field placeholder "Company Name"]
          </div>
        </div>
        <div class="w3-row w3-container">
          <div class="w3-col s3">
            <p class="field-title-description">(we do not ship to PO Boxes
        and do not offer pick up from
        our warehouse)</p> 
          </div>
          <div class="w3-col s9">
            [textarea physical-address id:physical-address class:cpt-text-area placeholder "Physical Address"]
          </div>
        </div>
        <div class="w3-row w3-container">
          <div class="w3-col s3">
            <h5 class="field-title">Desired Delivery Date:</h5> 
          </div>
          <div class="w3-col s9">
            [date delivery-date id:delivery-date class:cpt-form-field]
          </div>
        </div>
        <div class="w3-row w3-container">
          <div class="w3-col s3">
            <h5 class="field-title">Shipping Notes:</h5> 
          </div>
          <div class="w3-col s9">
            [text s-notes id:s-notes class:cpt-form-field placeholder "eg; please deliver before 3pm as we close"]
          </div>
        </div>

        <div class="w3-row w3-container text-center" style="margin-top: 30px;">
         [submit id:sub class:sub "SUBMIT"]
        </div>
    </div>

这是我的邮件配置

我该如何解决这个问题?我怎样才能解决这个问题?这对我来说是最重要的。

标签: wordpressforms

解决方案


为了解决电子邮件问题,我们必须考虑以下几点:

  1. 检查您的垃圾邮件或垃圾邮件文件夹,接收电子邮件也可能需要一些时间,具体取决于您的服务器。
  2. 尝试更改您的电子邮件地址并添加 gmail 电子邮件,以确保不是由电子邮件地址或电子邮件服务器引起的。如果这似乎是问题的原因,请尝试联系您的托管服务提供商。
  3. 您联系表单 7 插件可能未正确安装,如果问题已解决,请尝试删除并重新配置插件。
  4. 检查您的 wordpress 是否发送电子邮件。这可以通过许多免费的可用插件进行检查,或者您也可以使用 wp_mail() 和 mail() 创建自定义函数。
  5. 如果你的wordpress不发邮件别担心,有很多方法可以解决这个问题。首先配置一个SMTP插件,配置这个插件主要解决问题。
  6. 单击此处查看联系表 7 电子邮件问题文档。
  7. 最后生成一张票并就问题联系您的托管服务提供商公司。

推荐阅读