• Resolved mikeill

    (@mikeill)


    Latest version of WP and Contact Form 7.

    All behaving nicely. However when a file upload field is present and has data, the feedback display does not occur.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    Try switching to the default theme and deactivating all other plugins.

    Thread Starter mikeill

    (@mikeill)

    I have it now with only the CF7 plugin and the 2015 theme. This is the form:

    <label> Full Name (required)
        [text* full-name] </label>
    
    <label> Address (street)
        [text address-street] </label>
    
    <label> City, State
        [cityfieldtext city-state-zip]</label>
    
    <label> Email (required)
        [email* email] </label>
    
    <label> Phone Number (required)
        [tel* phone-number] </label>
    
    <label> Cover Letter
        [textarea cover-letter] </label>
    
    Optionally attach your resume (format: pdf, rtf, word doc, txt)
    [file Resume limit:5000000 filetypes:docx|pdf|word|doc|rtf|txt]
    
    [submit "Send"]

    The <span class="ajax-loader is-active"> remains.

    Thread Starter mikeill

    (@mikeill)

    Issue was caused because we were working on a site with an invalid SSL certificate.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Success/Failure message Does Not Occur with FILE Field’ is closed to new replies.