nathangreenleaf
Forum Replies Created
-
Forum: Plugins
In reply to: [Constant Contact Forms] Some lists selected in form don’t appear on siteI’ve tried resyncing, but it still has the 500+ lists, rather than the correct 382 lists, although if you don’t think it would impact my other problem, we can leave it for now.
I still am having the problem with it not respecting my list selections. I turned on the debugging mode, and here’s what I get:
[2021-08-26 20:07:39] API.INFO: Submitted contact data [“Extra information”,[{“first_name___5ff57d7503e67ee63d849a9c7bb3dd2f”:{“key”:”first_name”,”val”:”First”},”last_name___3db03004002389622f74b68c2fb0d942″:{“key”:”last_name”,”val”:”Last”},”email___0ebeeec8a7bf027ecfc719c38bd8b9fb”:{“key”:”email”,”val”:”***@example.com”},”email”:”***@example.com”,”lists___36f9c0eb9201fe3ec2e1968796f04892″:{“key”:”lists”,”val”:””},”list”:[“1290007520”]}]] []Does that tell you anything useful? What other information can I provide that would help?
Forum: Plugins
In reply to: [Constant Contact Forms] Some lists selected in form don’t appear on siteThanks for getting back.
I’ve done some fiddling, so it’s not quite in the same state as previously.
At the time of my last message, it was as you described – the two lists that were giving me trouble were only available when editing the form itself, but were not present on the lists page.
A couple days ago, though, I tried editing a couple lines in the plugin file, includes/class-lists.php, namely, lines 241 and 278:
'posts_per_page' => 100, ... $lists_to_insert = array_chunk( $lists_to_insert, 100 );For those lines, I changed the ‘100’ to ‘400’. Then, I went to the lists page, and, after taking a moment to load, it suddenly showed over 500 lists, rather than the previous 100. Then, I tried clicking the ‘Sync Lists with Constant Contact’ button, and I think the number went up a few more, to 584.
Note that that’s not the correct number. The correct number is 382 lists. What it looks like now, is that all of the lists are represented in the lists page, but that many of them have duplicates.
Now, all four of the lists I need are showing up on the front end, and indeed, when I sign up for them, it does register me in Constant Contact – but there is still a catch. Even when I only click 2 or 3 of the lists, it always signs me up for all 4 lists in my form. I’m not sure if that is a side-effect of having the duplicate lists or what.
So now I have two problems:
1. I have many duplicate lists
2. It’s not respecting which lists I have checked when I register, and is just signing me up for all 4 lists.Is there anything I can do to help you troubleshoot? Can we possibly share some information via email, so that I can send you the website and credentials in private?
Thanks.
note: After changing the ‘100’s to ‘400’s in that one file, I’ve subsequently changed them back to ‘100’s, as they were originally.
Forum: Plugins
In reply to: [Constant Contact Forms] Some lists selected in form don’t appear on siteThanks for looking into this. Have you found any more information about how we can address this issue? Do you need any more information from me?