MarcellaM
Forum Replies Created
-
Thank you so much!
Forum: Plugins
In reply to: [Contact Form 7] Redirect to thank you page script not workingI’ve added the script fallowing this topic: append-cf7-form-value-as-variable-to-redirect-url-on-submit in this plugin: Contact Form 7 Redirection
Forum: Plugins
In reply to: [Contact Form 7] Thank you page (Custom DOM event) helpI’ve added the script fallowing this topic: append-cf7-form-value-as-variable-to-redirect-url-on-submit with this plugin: Contact Form 7 Redirection
Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 – Redirect to Custom URLThank you so much!
I’ve added the script following this topic: append-cf7-form-value-as-variable-to-redirect-url-on-submit
Thank you so much!
In addition, the jquery run with select and checked checkbox:
var n4= jQuery('#' + event.detail.unitTag).find('select[name="n4"]').val(); var n5 = jQuery('#' + event.detail.unitTag).find(' input[name="n5"]:checked').val();
Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 – Redirect to Custom URLHi, i’ve the same problem.
I’ve tried to add the script to my header.php and in footer.php but it doesn’t work al all on my Divi Theme.My deprecated code was:
on_sent_ok: “var name = $(‘.wpcf7 input[name=name]’).val(); var city = $(‘.wpcf7 select[name=city]’).val(); var newsletter = $(‘.wpcf7 input[name=newsletter]:checked’).val(); location = ‘https://www.mysite.xx/wp-content/themes/Divi/thankyoupage.php?name=’+name+’&city=’+city+’&newsletter=’+newsletter;”How can I transform this code?
Forum: Plugins
In reply to: [Contact Form 7] Thank you page (Custom DOM event) helpHi, i’m trying to use the module ‘Contact Form 7 Redirection’ and it’s work for redirection to an external url.
But… I need to transfer some variables to thankyoupage.
My, nearly deprecated. code in CF7 is:
on_sent_ok: “var name = $(‘.wpcf7 input[name=name]’).val(); var city = $(‘.wpcf7 select[name=city]’).val(); var newsletter = $(‘.wpcf7 input[name=newsletter]:checked’).val(); location = ‘https://www.mysite.xx/wp-content/themes/Divi/thankyoupage.php?name=’+name+’&city=’+city+’&newsletter=’+newsletter;”How could I transform this code to run correctly?
- This reply was modified 6 years, 12 months ago by MarcellaM.
Forum: Plugins
In reply to: [Contact Form 7] Redirect to thank you page script not workingHi, i’ve the same problem… I don’t know WHERE add the script to redirect to a thankYouPage in my DIVI theme. Any suggestions?
Forum: Plugins
In reply to: [Regione Provincia Comune] Il Campo Comune non funzionaNon funziona neanche a me… Soluzioni?