• -Client uploads file and submits form.
    -Email shows correct file name of submitted file.
    -Advanced Contact form 7 DB shows garbled string of numbers instead of file link in the table view.
    – Can’t able to export with link, like before we do…
    please fix as soon as possible in upcoming version

Viewing 4 replies - 1 through 4 (of 4 total)
  • If you haven’t already seen it, there’s a fix to this in a thread started by: Crescendo
    Subject: Uploaded files trough CF7 not working anymore in ACF7DB

    Edit the file in the below location:
    /wp-content/plugins/advanced-cf7-db/includes/vsz-cf7-db-function.php

    Add the below to Line 132:
    if (gettype($v) == ‘array’) {$v = reset($v);}

    So lines Lines 131, 132 and 133 should be:
    //Get file name
    if (gettype($v) == ‘array’) { $v = reset($v); }
    $file_name = basename($v);

    Thread Starter developertestmail2018

    (@developertestmail2018)

    Changed but still no changes in attachment Colum in table, junk numbers only visible

    Do you mean for older submissions? Are new submissions still showing the garbled numbers?

    Unfortunately I don’t see a way to fix older submissions – but the above has the links working for new submissions for me.

    Hopefully they update soon so it’ll be sorted.

    Thread Starter developertestmail2018

    (@developertestmail2018)

    I’m facing last one month submission and new submission still showing the garbled numbers, older than one month old submission all links are showing..

    thanks for your help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘File uploads Attachment link exporting no longer work’ is closed to new replies.