Forums

[resolved] [Plugin: TDO Mini Forms] Make form visible from blog (not admin panel) (3 posts)

  1. 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?

  2. samboll
    moderator
    Posted 3 weeks ago #

    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); ?>

  3. rachaellt09
    Member
    Posted 3 weeks ago #

    Thank you so much! That worked perfectly!

Reply

You must log in to post.

About this Topic