Help center
Go to home
Go to templates
Go to settings
Go to help center

Embed forms on Wordpress

Put a form on a WordPress page with a Custom HTML block and the Standard snippet from the Share tab. No plugin is involved.

There is no WordPress plugin for Tinyform, and none is needed: the embed is a few lines of HTML that WordPress's editor accepts in a Custom HTML block.

  1. Publish the form

    Build it at /forms/<id>/edit and click Publish.
  2. Open the Standard embed

    Go to the Share tab and, under Embed Form, choose Standard.
The Share tab's Embed Form cards, with Standard boxed
  1. Set the options

    Adjust the switches; Embed your form explains what each one does. In a page that already has a heading and a background, the defaults (Dynamic height, Hide form title, Align content to the left and Transparent background all on) are usually right.
The Standard embed dialog: its options on the left, a live preview on the right
  1. Copy the code

    Click Get the code and copy the snippet under Embed code.
The same dialog showing the embed code, the bare link and the script tag
  1. Add a Custom HTML block

    In the WordPress editor, insert a Custom HTML block where the form should appear. A paragraph block will not do: it escapes the markup and shows the code as text.
  2. Paste

    Paste the snippet into the block and update the page. The form is live.

Back to Embed guides.