alexloganlee
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Tracking Different FormsHi Takayuki,
There are 2 type of forms I am using for my website, contact form and sign up form.
The landing page for my campaign is: http://basicmodels.com.sg/be-a-model
It contains 2 sign up forms, 1 on top and another in the footer.I would like to implement site wide tracking for my campaign. The contact form on the homepage and contact us page will affect the tracking as it uses the same DOM as the sign up form. The sign up form in the footer is site wide.
Homepage: http://basicmodels.com.sg
Contact us: http://basicmodels.com.sg/contact-usThanks,
AlexForum: Plugins
In reply to: [Contact Form 7] Tracking Different FormsHi Takayuki,
I’ve actually read the page before starting this post.
I tried changing the querySelector to a form id but it doesn’t seem to fire.
var wpcf7Elm = document.querySelector( '#wpcf7-f5976-p24-o2' ); wpcf7Elm.addEventListener( 'wpcf7submit', function( event ) { alert( "Fire!" ); }, false );And it’s not quite possible for me to target all form ids. I have the 5976 form in the footer of every page.
- wpcf7-f5976-p24-o2
- wpcf7-f5976-p878-o1
- wpcf7-f3026-p24-o1
Is it possible to target just the contact form 7 id? It would be great if you can provide me with an example and I can edit from there. I am not really sure how isolate the id for what I am trying to achieve. Thanks!
Forum: Plugins
In reply to: [Contact Form 7] How to Disable Contact Form 7 from sending out emailsIt’s probably the Mailchimp Extension that’s not firing. I am using ‘MailChimp for WordPress’ and it works fine: https://ww.wp.xz.cn/plugins/mailchimp-for-wp/
Forum: Plugins
In reply to: [Contact Form 7] How to Disable Contact Form 7 from sending out emailsUnder the form’s additional settings, enter
demo_mode: on.
This prevents the form from submitting you an email but will still add the subscriber to MailChimp.Source: https://contactform7.com/additional-settings/
- This reply was modified 9 years, 3 months ago by alexloganlee.
Forum: Plugins
In reply to: [Techsarathy Sendy CF7 Integration] Will it sync number of subscribers?Version 2.1.2
Forum: Plugins
In reply to: [Techsarathy Sendy CF7 Integration] Not subsribingThis is mine. Doesn’t work too. Can you confirm if plugin will work with WordPress 4.7.X?
[hidden ts_sendy_hidden "true"] [tssendy listID "3106"] [text* ts_name placeholder "Name *"] [email* ts_email placeholder "Email *"] [submit "Submit"]Forum: Plugins
In reply to: [Techsarathy Sendy CF7 Integration] Will it sync number of subscribers?Nope, not showing. Form submission doesn’t add subscribers to list too.
Forum: Plugins
In reply to: [Techsarathy Sendy CF7 Integration] Not subsribingCould it be that the plugin doesn’t work with WordPress 4.7?
- This reply was modified 9 years, 4 months ago by alexloganlee.