• Resolved jtroump

    (@jtroump)


    Hi,
    I need to create a form with only one text area which will be included to all posts created by default.
    It will be viewable by users having a specific role, lets say by contributors.
    They will add a link to that text area and click the submit button.
    That’s all.

    Is it possible?

Viewing 1 replies (of 1 total)
  • Thread Starter jtroump

    (@jtroump)

    Hi,
    Since nobody knows how to add a Ninja Form in all posts created by default, here is a workaround solution:

    In single.php page of your theme, add the following line of code at the place where you want the form to be displayed:
    <?php Ninja_Forms()->display( 1 ); ?>
    where “1” is the ID of your form.

Viewing 1 replies (of 1 total)
  • The topic ‘Add form to all posts’ is closed to new replies.