rudy97
Forum Replies Created
-
hi Jules!
Happy to see you again!Fortunately I was able to solve the problem by breaking it down into several pieces until I found the catch.
Hi Jules, thanks for replying! The only extension I had and which I have disabled as per your advice is the recaptcha for CF7 which was actually misleading; I also tried to deactivate the Wordfence plugin and put the jQuery code back in “module” inside CF7 but not even these steps make the code work.
1. The error would seem that it doesn’t recognize this string ->
repeater.updateSubs (numberOfSubs);
returning me this error -> Cannot read property ‘updateSubs’ of undefined2. The second error is generated by the custom code I added
->wpcf7cf.repeaterSetNumberOfSubs ('.wpcf7-form', 'minut', $numMin.val () || 0);
Actually the two errors would seem related but I can’t explain how it works on your tester and on wordpress it doesn’t.
Do you have any other advice for me?`
- This reply was modified 4 years ago by rudy97.
Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] Summary output variables not showingHi Jules, I tried your method in the mega form and it works. I messed with the values.
Thanks again!Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] Summary output variables not showingHi Jules, thanks for answering! yes the form is really full-bodied and to help you I created this little piece extracted from the big form –> https://conditional-fields-cf7.bdwm.be/form-tester/?hash=fc4b1282d55fc6a16047c52dccb2bbd1, as you can see by simply adding the variable of the various measures or
[your-bv]
in its field, and select some measures at random “bushings and screws “which is the first entry, does not return me the variables in the summary.it could be a bug of the repeater … because removing the automation, that is the first item that allows you to select the “small parts” and the repeater, the summary gives me the variable I wrote. But the automation would serve me as it is, I hope I have not run into a bug otherwise I have to test only the part of the emails without the summary.
But the question remains the same, if it doesn’t give me the variable in the preview summary, I doubt it works for emails too.
I think I was clear and I repeat that the conflict could be the repeater with the voice “select the number of small parts” which is automated with lines of code.