• Resolved manjushaa123

    (@manjushaa123)


    Hi,
    I’m interested in buying the pro version. Right now I’m using the free version. But when I add the multiple file upload field in my form which is created using CF7 Smart Grid Design Extension, the Tab functionality stops working.

    Can you please help?

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Glen Don Mongaya

    (@glenwpcoder)

    Hello @manjushaa123 ,

    My plugin haven’t been tested with CF& Smart Grid extension.

    I will do further testing about this.

    Thanks,
    Glen

    Thread Starter manjushaa123

    (@manjushaa123)

    Hi Glen,
    Thanks for the feedback. Can you give me a approx date, by which you will be able to do this? I need to finalize the plugin purchase with my client. If there is an issue, we will not go ahead with the pro plugin. The tab functionality is important for us.
    Thanks.
    – Manjusha

    Plugin Author Glen Don Mongaya

    (@glenwpcoder)

    @manjushaa123 , try the solution below.

    There’s an error on CF7 Grid because my upload field doesn’t have any name attributes.

    Add this snippet in your theme custom js file.

    $(‘.wpcf7-drag-n-drop-file’).each(function(){
    var $name = $(this).data(‘name’);
    $(this).attr(‘name’, $name );
    });

    Thread Starter manjushaa123

    (@manjushaa123)

    Hi Glen,

    Thanks for your feedback.

    I have purchased the plugin & now using ‘Contact Form 7 Repeater‘ plugin from Envato. Still facing the same issue. I have raised a ticket on your support forum. You an check the form here: https://chayvu.com/start-selling/ . The ‘Add More’ button does not work if we add the drag & drop file upload field.
    Tired adding the above code thru ‘custom js & css’, but it does not work.
    Could you please help?

    Thanks.

    – Manjusha

    Plugin Author Glen Don Mongaya

    (@glenwpcoder)

    @manjushaa123 , replied you on email.

    Please check.

    Thread Starter manjushaa123

    (@manjushaa123)

    Thanks. Have replied to your email.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Does not work with CF7 Smart Grid Design Extension ?’ is closed to new replies.