Skip to content

Embed a Registration Form via Shortcode

This guide shows how to embed a B2B registration form using a shortcode / embed script, so you can place it in page content, blog posts, or custom Liquid without the Theme Editor.

  1. Go to Registrations in the app.
  2. Find the form you want to embed.
  3. Open the row actions → Embed script.
  4. A modal opens showing the embed code for that form.
registration-form registration-form

The embed creates a container such as:

<div id="qivra-form-builder-block-{blockId}"></div>

plus the script tag that loads the registration form into that container.

Choose where to place the embed:

  1. In the Shopify admin, go to Online Store → Pages (or Blog posts).
  2. Open the page where you want the form.
  3. In the content area, switch to the HTML/<> source view.
  4. Paste the embed code.
  5. Save.
  1. In the Theme Editor, add a Custom Liquid block to a section.
  2. Paste the embed code into the Custom Liquid block.
  3. Save.

Open the page on your storefront. The registration form should render inside the container.

If nothing appears, confirm the app embed is on (see Enable the app embed) and that the form is Enabled in the registrations list.

MethodBest for
Embed shortcodePage content, blog posts, custom Liquid, or any place a block can’t reach
Theme Editor blockDrag-and-drop placement in theme sections

See Add a form via Theme Editor block for the alternative method.

Play