I would like to have A link in my sitebar to the form. If I use the Widgets/ TDOMF Form 1, the form is displayed in the Widgets.
Is it posible, to display the form in a post?
thanks a lot for help. sven
I would like to have A link in my sitebar to the form. If I use the Widgets/ TDOMF Form 1, the form is displayed in the Widgets.
Is it posible, to display the form in a post?
thanks a lot for help. sven
Yes, see the readme.txt:
How do I add a form to a page or post?
You can use the button in the options menu to create a page automatically.Or instead you can add:
[tdomf_form1]to any post or page. The plugin will replace this with your Form 1. If you have multiple forms, each form has an ID. Just replace the '1' with the correct form ID.
You can add it to your template directly using this template tag:
<?php tdomf_the_form(1); ?>
thank you a lot . tdo mini-forms is running now and works very well :-)
This topic has been closed to new replies.