Dawud Miracle
Forum Replies Created
-
Had to do this across all 62 sites – one-by-one – on my WPMS install. AND…it seems to have worked. No more errors being thrown. No more massive log files filling my server’s HD. Thank you.
- This reply was modified 4 years, 5 months ago by Dawud Miracle.
Hey Zack.
Any word from iContact on this?
I don’t think we need to ‘enable double-optin’ as much as trigger it. I have to image the API will trigger double-optin as it’s a major part of email marketing.
The trouble here is – as I’ve spoken with them – is that they tie their autoresponder service to a verified optin. Without double optin there’s no way to trip their autoresponder – from they told me. If you can find a work-around, great.
Also, you could confirm my earlier post with them about this hidden field turning on double-optin:
<input type=”hidden” name=”doubleopt” value=”1″>
If it does, can’t you simply add that into the plugin on your end and see if the API captures it and passes it through to the iContact account?
If that’s the case, then couldn’t you just write the plugin to toggle whether the hidden field publishes to the form the plugin creates or not? As long as the API will pass the hidden field and trip the double-optin process then it doesn’t really matter, it would seem, how the hidden field gets included.
Just a thought.
Forum: Plugins
In reply to: [GC Testimonials] [Plugin: GC Testimonials] Multisite?Will do.
As I said, I’ve got about 200 client sites on a network install. I’m testing out your plugin on the network with a select few sites. See how things go. If I find anything, I’ll post it.
And when you’ve done your bits on MS, let me know as well.
Forum: Plugins
In reply to: [Advanced Browser Check] [Plugin: Advanced Browser Check] Multisite?Just wanted to say ‘thanks.’ Definitely installing now.
Hi Zack
I do hope everything is okay on your end.
The need here to have your plugin work correctly with GF and iContact. It’s much bigger than my own need – it’s really a need of anyone who would use double opt-in – which your plugin doesn’t correctly handle.
Could you please look into this?
Forum: Plugins
In reply to: [GC Testimonials] [Plugin: GC Testimonials] Multisite?Hoping author gets to this question.
In the meantime, for anyone who has the same question – I’ve been successfully using this plugin on 4 sites on a multisite install without problem at this point. Hopefully that continues.
If I run in to any problems, I’ll post them here.
Hey Zack
Any movement on this post? Wondering if it’s at least on your radar.
Having same problem.
When I compare the form HTML generated by iContact and that by GF, I find a few hidden fields missing. I spoke with iContact and was told that the hidden field for double opt-in was required to start the confirmation process (and the autoresponder).
Here’s the code for that:
<input type=”hidden” name=”doubleopt” value=”1″>
value=1 creates the double opt-in (sends confirmation message/autoresponder).
I tried adding this as an HTML block in GF. While the code rendered in the GF form, it didn’t pass it to iContact. Guessing there needs to be a field to map for this to work correctly.
In the iContact Feeds setup there is a form field for doubleopt in the drop down but it doesn’t have a list field to map to to.
This function is pretty important to making this plugin work correctly for most users. Anyhow doing email list marketing should be using double opt-in. So can we find a way to solve this?
Forum: Plugins
In reply to: [Advanced Browser Check] [Plugin: Advanced Browser Check] Multisite?Glad to hear it’s on your radar. I’ll install it in my dev MS install – which obviously doesn’t get a ton of traffic – and see how it goes. Safe test for me. Let you know what I find out.