Hi there,
I have TDO mini forms working great - I want to add the shortcode in a template directly though. I've been trying with do_shortcode() but it just printed the function to the screen
<?php echo (do_shortcode("[tdomf_form1]")); ?>
Just returns
[tdomf_form1]
To the screen. The shortcode works fine in a Page.
Any help much appreciated,
Gwilym