jensgoddess
Forum Replies Created
-
OK thanks
Marking as resolved.
Thanks guys for your responses. Well now we are using a new system called Klaviyo and I’m using that for two of my main forms instead of CF7. But yes, ideally the plugin would function in a way that allows you to identify which emails are spam. Thanks again.
Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 redirect URL not workingIt worked!!! Thank you! Happy New Year.
Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 redirect URL not working<script>
document.addEventListener( ‘wpcf7mailsent’, function( event ) {
if ( ‘1558’ == event.detail.contactFormId ) }{
location = ‘https://beta.rep.direct/why-rep-download-thank-you/’;
}, false );
</script>This is what I changed it to… it’s not working.
I understood the initial function and I understood the DOM event I needed to use but I wasn’t clear on how to combine them. Thanks
- This reply was modified 3 years, 10 months ago by jensgoddess.
- This reply was modified 3 years, 10 months ago by jensgoddess.
Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 redirect URL not workingI’m sorry… I appreciate your help, but I’m not a coder… I understand enough to copy and paste. Would I put it after the closed parenthesis of the event.detail.contactFormID ) ? Thanks Jen
Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 redirect URL not workingI did my best to add the ID to my code, but it’s not working. If you have any suggestons. Thank you.
<script>
document.addEventListener( ‘wpcf7mailsent’, function( event ) {
if ( ‘1558’ == event.detail.contactFormId ) {
location = ‘https://beta.rep.direct/why-rep-download-thank-you/’;
}, false );
</script>Again, the URL posted here isn’t posting correctly.
- This reply was modified 3 years, 11 months ago by jensgoddess.
Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 redirect URL not workingHi sorry! So… the code is working… however, I have another contact form that I DO NOT want to redirect in this way. So how to I stipulate which forms to redirect to my URL and which ones not? Thanks for your help.
The contact form ID of the form I WANT included in the code is id 1558.
The form I don’t want included is id 1612.
- This reply was modified 3 years, 11 months ago by jensgoddess.
Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 redirect URL not workingI see now I had it in the wrong place… I figured it out. I had put it in the CSS custom code section for the theme instead of the custom javascript. Thanks for your help. Merry Christmas.
Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 redirect URL not workingThe theme’s section for code, right? I tried putting it there also and it didn’t work. I’ll have to try it tomorrow again as I’m not at work right now. But I did try putting it there. Thanks
Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 redirect URL not workingI mentioned that in my first post here. It’s in the advanced settings for the form.
Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 redirect URL not workingHi Takayuki, I already used that code to begin with and it didn’t work, which is what prompted me to search DOM options and choose the form option.
To clarify, the form is not triggering an email…. it’s just collecting the form info and redirecting. Perhaps I’m misunderstanding the ‘wpcf7mailsent’ function…. thanks.
I’m happy to send a screenshot of my contact form settings if helpful.
- This reply was modified 3 years, 11 months ago by jensgoddess.
Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 redirect URL not workingWhen I pasted my code, it change the redirect URL :-(…
it is: https://beta.rep.direct/why-rep-download-thank-you/ (everything after / including the extra ; is not in my contact form settings. Thanks
Forum: Plugins
In reply to: [Contact Form 7] CF7 5.1.1 not working with WP 5.1.1Well, when you’re troubleshooting and stuff has to get done you do what you must. Rolling back seemed logical to me because I have another site that’s built on the same theme, same CF7 and it’s on WP 4.9.10 without any issues.
But to clarify the solution, it was an actual email issue. Google (Gmail) was filtering these messages even though my tech guy had looked and not found them initially.
I have not encountered the reCAPTCHA issue…. I’ll check on that. I appreciate your help on all this. I literally spent 6 hours trying to solve this issue and it was so frustrating because forms are typically so easy!! Thanks again.
Forum: Plugins
In reply to: [Contact Form 7] CF7 mobile fields super shortThanks Neil. Weird. The other website I created uses this same form but it doesn’t do that. I’ll check out the article. Thanks for responding.