Viewing 4 replies - 1 through 4 (of 4 total)
  • vickymadeline

    (@vickymadeline)

    I can’t find any help determining what – if any – shortcodes go with this plugin. I’d like to use it in some posts and pages.

    Plugin Author Zack Katz

    (@katzwebdesign)

    [constantcontactapi] works with the Form Designer widgets.

    // Setting => default
    		'before' => null,
    		'after' => null,
    		'formid' => 0,
    		'redirect_url' => false,
    		'lists' => array(),
    		'title' => '',
    		'exclude_lists' => array(),
    		'description' => '',
    		'show_list_selection' => false,
    		'list_selection_title' => 'Add me to these lists:',
    		'list_selection_format' => 'checkbox'

    Make sure to have the formid configured.

    Hello Zack,

    I’m a little confused as to how to use your shortcodes. I understand that I can set up the following:

    constantcontactapi formid=1

    for example. But how do I pull in the various lists? What I’m trying to do is set up a particular form to capture email addresses for a particular list (rather than add that email to all lists). Is this possible?

    Or, do the settings you note above get set somewhere in the hardcode?

    Thanks!

    Plugin Author Zack Katz

    (@katzwebdesign)

    that’s where you would write something like this:
    [constantcontactapi formid=1 lists="13,1,34"]

    Use the list id’s from the Lists page of the plugin.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Constant Contact for WordPress] Shortcode support?’ is closed to new replies.