Your plugin is nice, but I would like to place the subscription signup in a place other than the Registration page or the sidebar. Can the function be called directly and placed somewhere else in my theme?
Thank you, jim
Your plugin is nice, but I would like to place the subscription signup in a place other than the Registration page or the sidebar. Can the function be called directly and placed somewhere else in my theme?
Thank you, jim
Yes, you can using the form shortcode (see the FAQ). You can add via PHP using:
do_shortcode('[constantcontactapi formid="YOUR_FORM_NUMBER_HERE"]');
or in your content with [constantcontactapi formid="YOUR_FORM_NUMBER_HERE"]
You must log in to post.