我在我的wordpress网站上使用联系表格7,该表格允许用户填写其信息并在Cv中附加以下文件类型:pdf / doc / docx。 当我在不附加简历的情况下测试表格时,它可以正常工作,但是当我上传简历时,它会一直旋转并且没有响应。 我不知道这是该插件的错误还是我的配置错误? 如果有帮助,我将不胜感激。
<label style="font-size:18px">Personal Info</label>
<label class="form-submission-label"> <span>Mail</span>[text* text-115] </label>
<label class="form-submission-label"> <span>Name</span> <span class="form-name">[text* your-name] [text text-182] </span ></label>
<label class="form-submission-label"> <span>Nickname(Optional)</span> <span class="form-name"> [text* your-name][text text-183]</span > </label>
<label class="form-submission-label"> <span class="dob-label">Birthday</span><label class="dob">[number* number-722 min:1 max:31][number* number-723 min:1 max:12][number* number-724 min:1980 max:2000]</label></label>
<label class="form-submission-label"> <span>Address</span>[text* text-116] </label>
<label class="form-submission-label"> <span>Contact number</span> [tel* tel-565] </label>
<label class="form-submission-label"><span>SkypeID (Optional)</span>[text text-117]
</label>
<label style="font-size:18px">Work Experience</label>
<label class="form-submission-label"><span>Current company</span>[text* text-119]
</label>
<label class="form-submission-label"><span>Position</span>[text* text-120]
</label>
<label class="form-submission-label"><span>Years of experience</span>[text* text-121]
</label>
<label class="form-submission-label"><span>Desired position</span>[text text-232]
</label>
<label class="form-submission-label"><span>Desired salary</span>[text text-904]
</label>
<label class="form-submission-label"><span>CV attachment (Optional)</span>[file file-637 limit:10mb filetypes:pdf|docx|doc]
</label>
<label class="submit-label">[submit "Send my info"]</label>
答案 0 :(得分:0)
Harley Liang ...您可以尝试一下。
方法1 –将永久链接结构更改为默认
方法2 –在functions.php中禁用Ajax加载
define( 'WPCF7_LOAD_JS', false);