Same here! When I paste [constantcontactapi formid=”1″ lists=”1″] in the content of my page, [constantcontactapi formid=”1″ lists=”1″] shows on the front end, instead of generating my form.
My issue is that the shortcode isn’t generating anything. I’ve tried this in the WP page admin:
[constantcontactapi formid="0" lists="40"]
…and this in the template file:
<?php echo do_shortcode( '[constantcontactapi formid="0" lists="40"]' ); ?>
Both result in nothing showing up on the page. The sidebar widget works fine, which makes me think I have everything set up correctly. Did I miss something else?
Never mind — I needed to activate the Constant Contact Form Designer plugin and set that up. The form is appearing now…