Using Forms in a template
-
I’m pretty impressed at how hard it is to get the constant contact form to be output into a template.
I’d like to output an email list sign up form into my footer.php. and the classic
do_shortcode('[ctct form="869" show_title="false"]');
wordpress function does not execute the constant contact shortcode.How do I return the form into a template?
I’ve looked the function here
constant_contact_display_form( $formID );
which is referenced here but that is not working either.How can you have a plugin that uses says it uses a ‘Shortcode’. when it actually doesnt (else WP do_shortcode() should execute it) AND NOT provide documentation on how to output the form into a template??
The page I need help with: [log in to see the link]
- The topic ‘Using Forms in a template’ is closed to new replies.