Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author ovann86

    (@ovann86)

    Hey,

    I’ve seen this once before and someone else reported the same thing but I’m having issues reproducing the issue and therefore having issues trying to fix it.

    I’ll have another look at it later today, hopefully I’ll be able to sort it out for good.

    Does it happen every time for you?

    Thread Starter broraxel

    (@broraxel)

    Here’s a link to a testform i just made

    https://www.podiumfastigheter.se/axeltest/

    I don’t know if this helps you get closer to a solution, but at least you can see what I mean.

    When inserting the form I thought it might have something to do with the ajax not being set to true, but this form has ajax=true and it still duplicates an already uploaded file.

    Feel free to play around with it, I’m still testing so I will remove all files later.

    Axel

    Plugin Author ovann86

    (@ovann86)

    Hey,

    Thanks for the link, it will definately help.

    If you can leave it up for the next 24 hours I’ll have a look later tonight.

    Thanks

    Plugin Author ovann86

    (@ovann86)

    Hey,

    It looks like the issue stems from using an older version of Gravity Forms, but I should be able to work around it but can’t say for sure if other issues will occur.

    If you’re interested in the specifics, this plugin assumes that the list field has the ‘gfield_list_group’ class for each row – but this wasnt introduced until GF 1.9.15

    Ill let you know once I push out an update with a fix.

    Plugin Author ovann86

    (@ovann86)

    I’ll just add that I might not be able to push out an update straight away. I’m in the middle of working on some other changes to this plugin and would rather release them all at once.

    If you’re keen to apply the fix, you can apply it manually.

    File: /js/upload_js_script.js

    Change any reference to

    tr.gfield_list_group

    to

    tr.gfield_list_group, tr.gfield_list_row_even, tr.gfield_list_row_odd

    I think there’s three spots.

    Thread Starter broraxel

    (@broraxel)

    I understand. I tried changing like you suggested and it works like a charm. Thanks a lot!

    Axel

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Duplicates uploaded image’ is closed to new replies.