• Gravity Forms 2.0.7.9
    Gravity Forms: Multiple Form Instances 1.1.1

    When Gravity Forms Multiple Intances enabled i can’t delete anymore a file after submiting a form. The function gformDeleteUploadedFile() doesn’t work.

    Any idea?
    Thx

Viewing 1 replies (of 1 total)
  • Thread Starter spitfire378

    (@spitfire378)

    For those interested, i’ve got a fix for this issue. You have to edit the main file of the plugin : gravityforms-multiple-form-instances.php and append to the $strings array this values :

    
    "id='gform_preview_" . $form['id'] . '_' => "id='gform_preview_" . $random_id . '_',
    'gformDeleteUploadedFile('. $form['id'] .'' => 'gformDeleteUploadedFile('. $random_id .'',
    
    • This reply was modified 8 years, 1 month ago by spitfire378.
Viewing 1 replies (of 1 total)
  • The topic ‘gformDeleteUploadedFile issue’ is closed to new replies.