rachaellt09
Member
Posted 3 weeks ago #
I can't figure out how to get the form I created onto a page on the blog. Right now the only way to access the form is from the admin panel. How do I put (maybe copy) the form to a page on my blog so that people can see it without signing in to fill it out?
from the readme
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); ?>
rachaellt09
Member
Posted 3 weeks ago #
Thank you so much! That worked perfectly!