Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)
  • Hi everybody,
    I just had a look at the changelog of the plugin and had some hope that it is already resolved. Unfortunately, it still doesn’t work.
    Still, the date etc. is replaced in the redirect link, but not the custom fileds from the contact form 7 that are used in the pdf name. When sending the pdf via mail, it still works. I had a look in the code and it seems, the pdf name is dynamically generated each time it is required, but when redirecting to the pdf file, the contact form 7 cache is already emptied, so that the required information are not accessible anymore.
    Does this Option also require to store the information into the database? If yes: is an option planned to delete DB entries older than X days? that would be useful, since otherwise the database will grow fastly. I know it is possible to delete the whole DB table, but an option inbetween would be nice to have.

    Thanks in advance.

    Hi,
    I’ve the same Problem. The redirect process is working, but I’m redirected to a wrongly named pdf file. This is, during PDF creation are all form field tags resolved, e.g., when you want to add the name of the user into the pdf Name like [firstname][lastname], but during the redirect process, the Plugin failed to do it. So, the final URL for the redirection process still include the [firstname][lastname] tags instead of the “values” of this field. Summarized, the pdf is written correctly, but the redirection fails.
    Can you please fix this bug soon, since a client of mine needs this function soon.

    Thanks in Advance.

    Thread Starter tschodde

    (@tschodde)

    Hi,
    just tested it. It seems to work now! Thanks a lot for the fast support! I will contact you regarding licence stuff via mail.

    Cheers

    Thread Starter tschodde

    (@tschodde)

    please delete this message ??

    • This reply was modified 6 years, 10 months ago by tschodde.
    Thread Starter tschodde

    (@tschodde)

    Hi there,
    I just found some time to test the Website. I found a little mistake in your code. In line 158 of your jscript (file: cf7msm.js) you do the following:
    $(e.detail.unitTag + ' form').children().not('div.wpcf7-response-output').hide();
    But in the field “e.detail.unitTag” the ID of the element is stored. And you to access an element by id with jquery you need to add a leading “#”. If you register my own event handler and simply do the same like you in your function and change the line above to:
    $("#" + e.detail.unitTag + ' form').children().not('div.wpcf7-response-output').hide();
    it works again!

    I can do it on my own for now (also clearing the session storage) but do you have an idea when you will be able to patch it and provide a new version of the plugin?

    Cheers and my thanks for your help!

    Thread Starter tschodde

    (@tschodde)

    Hi,
    Ok. And has the “hiding the form fields on submit of last step and don’t hide the success message”-function also been moved there? In which file can I find it? Maybe this way I can figure out what’s wrong with our page.

    Overall, all data are collected and also send via mail. Everything is fine except for that on the last page I can press the send button as often as I want since it is not hidden after sending ??

    I’m not sure why this [multiform “xy”] Tag was placed there. I’m the poor programmer who adopted the project and this tag was there already. Regarding the functionality of that tag, it doesn’t make sense that it is there (since the field names which are requested shouldnt exist). Maybe it was planed to be used for a “Go Back”button but it seems it never has been implemented. The previous developer changed your whole plug in to be able to store more data and this way it was not updatable anymore. I try to fix that at the moment. Perfect timing with your new Pro version. But can these tags cause my problem?

    Thanks!

    Cheers!

    Thread Starter tschodde

    (@tschodde)

    Hi,
    I just had a look at your code and found a function called: cf7msm_hide_multistep_form in the old Multistep 2.0.7 Version, which i wasn’t able to find in the new one. Has the feature been removed?

    Cheers!

    Thread Starter tschodde

    (@tschodde)

    Hi,
    thanks for the answer. I used Contactform 4.6.1 and Multistep 2.0.7. But it seems that there wasn’t much changes. The Multistep tags still seems to be the same. I used things like
    [multistep “10-13-/seite-11/”] for step 10 of 13 and the next page is “seite-11
    [multiform “Seite 9”] and this tag.
    As far as i understood it, this didn’t change right? And other than that the normal form field of contact form 7 which also didn’t changed as it seems.

    PS.: just to make sure: So im general it should still work and the forms will be hidden after submit if I’m doing it right? Any idea at which place I can start searching for my mistake?

    Cheers!

    • This reply was modified 6 years, 10 months ago by tschodde.
    Thread Starter tschodde

    (@tschodde)

    Hi,
    the filter was a good hint! It works great! Thanks! So just the question regarding the “Cancel” button is left.

    Thanks in advance!

    Thread Starter tschodde

    (@tschodde)

    Hi,
    thanks for the fast reply. I will try that! Thanks!
    But if it doesn’t work your plugin seems not to be the right solution for all our sites. I’ve read during the order process that there should be a cancel button to cancel the anual payment plan for the plugin, but I can’t find it. Just in case that it doesn’t fit our requirements.
    Thanks in advance!

    Cheers!

Viewing 10 replies - 1 through 10 (of 10 total)