This plugin appears to be broken due to changes in the Constant Contact API. At the moment, requests time out before completion.
The plugin is using https://ccprod.roving.com/roving/wdk/API_AddSiteVisitor.jsp for the add subscriber URL which, if visited directly, informs you of the following:
HTTP Status 410 – This signup form method has been retired. Please contact the website admin for help. Refer to https://knowledgebase.constantcontact.com/articles/KnowledgeBase/6182-embeddable-sign-up-forms and https://developer.constantcontact.com for newer signup methods.
Further information can be found: https://techblog.constantcontact.com/api/release-updates/announcing-a-new-signup-form-post-url/
]]>The constant contact form is not consistently populating the associated email list. Some emails work just fine and others never make it to the list. There seems to be no rhyme or reason such as type of email (gmail, icloud, domain email, etc.) or type of browser or platform. CC support tried and received and error that said there was a problem processing the submission and to make sure the required form id hadn’t changed. Any ideas?
]]>Plugin works great for populating a single list in constant contact. But we have multiple lists that we would like to have the email added to. Is that possible? Please advise.
]]>Using get_option(‘siteurl’) for enqueue can cause mixed-content warnings over SSL.
Instead, consider using:
wp_enqueue_script( ‘ccf_ajax’, plugin_dir_url( __FILE__ ) . ‘class/ccf_ajax.js’);
wp_enqueue_style( ‘ccf_custom’, plugin_dir_url( __FILE__ ) . ‘class/ccf_custom.css’,”,”,’screen’);
successfully add extra field like as:
First name, last name and company on CC through this plugin