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.
Publish the form
Build it at/forms/<id>/editand clickPublish.Open the Standard embed
Go to theSharetab and, underEmbed Form, chooseStandard.

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 leftandTransparent backgroundall on) are usually right.

Copy the code
ClickGet the codeand copy the snippet underEmbed code.

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.Paste
Paste the snippet into the block and update the page. The form is live.
Back to Embed guides.