While i read everywhere that it can be done, i've been banging my head against the wall for too long about it now…
Code:
<ul id="menu">
<li id="contact" class="connect"><h3>Contact</h3>
<ul class="rounded {bottom right 15px}">
<li>
<p><strong>Send a message to the Happy Medium!</strong></p>
<?php insert_cform(1); ?>
</li>
</ul>
</li>
<li id="share" class="connect"><h3>Share</h3>
<ul class="rounded {bottom right 15px}">
<li>
<p><strong>Share the Happy Medium with your friends!</strong></p>
<?php insert_cform(3); ?>
</li>
</ul>
</li>
</ul>
for this page:
http://the-happy-medium.com/ – menu in top left-hand corner -
But the share button does not display a form no matter what I do. Suddenly it shows the button but the form itself is never there. Why not? Any ideas?
(ps: I have WP 2.7.1 and the latest version of cforms)