kateaction
Forum Replies Created
Viewing 2 replies - 1 through 2 (of 2 total)
-
Forum: Plugins
In reply to: [Genesis eNews Extended] Constant Contact?Hey @abceisler, I never figured out how to integrate Constant Contact’s code with Genesis eNews Extended. I just used the basic Constant Contact inline form code in a widget and added custom CSS to make it (slightly) less clunky.
<!-- Begin Constant Contact Inline Form Code --> <div class="ctct-inline-form" data-form-id="xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"></div> <!-- End Constant Contact Inline Form Code -->Forum: Plugins
In reply to: [Genesis eNews Extended] Constant Contact?Hi Brandon!
Unfortunately Constant Contact has changed the code it generates for the user. The older tutorials rely on pulling strings out of the HTML embed code, but the new embed code for a form only contains this:
<!-- Begin Constant Contact Inline Form Code --> <div class="ctct-inline-form" data-form-id="5d08b430-5f42-4f6e-b669-30032a6c6c91"></div> <!-- End Constant Contact Inline Form Code -->To use the above form code, it also requires a single instance of this ‘universal code’:
<!-- Begin Constant Contact Active Forms --> <script> var _ctct_m = "b9a3cbe48971daa2e6b379306a1310e6"; </script> <script id="signupScript" src="//static.ctctcdn.com/js/signup-form-widget/current/signup-form-widget.min.js" async defer></script> <!-- End Constant Contact Active Forms -->If I do figure something out, I’ll let you know! Thanks for the response.
Cheers,
Kate- This reply was modified 6 years ago by kateaction.
Viewing 2 replies - 1 through 2 (of 2 total)