How do you embed a WordPress form after you finish building it? In most cases, use the Gutenberg block. If you are working in a classic editor, widget area, template, or another place where blocks are not the best fit, use the shortcode instead. GriffinForms 3.0.5.0 also adds a reusable Publish modal from the All Forms list so you can place the form without hunting for the shortcode first.
Quick answer: the GriffinForms Gutenberg block is the easiest way to place a form on a WordPress page or post, while the shortcode is the safer fallback for classic-editor and code-based placements. The block preview inside the editor is intentionally lightweight, so always test the real form on the frontend before publishing.
A few practical examples: use the Gutenberg block on a landing page where an editor needs to swap forms quickly, use the shortcode inside a theme template or classic editor area, and double-check the frontend when the form includes payments, multi-page navigation, or conditional logic.